评委会名称修改
This commit is contained in:
@ -369,7 +369,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
width={'1000px'}
|
||||
centered
|
||||
maskClosable={false}
|
||||
title="创建评审小组"
|
||||
title={`创建${showName.pb}小组`}
|
||||
footer={renderFooter()}
|
||||
onCancel={() => {
|
||||
setModalVis(false);
|
||||
@ -1622,7 +1622,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
width={"60%"}
|
||||
centered
|
||||
destroyOnClose
|
||||
title="评审小组成员管理"
|
||||
title={`${showName.pb}小组成员管理`}
|
||||
bodyStyle={{ maxHeight: modalHeight - 140, overflow: 'auto', minHeight: '350px', padding: '16px 0px 0px 0px' }}
|
||||
footer={returnFooterMem()}
|
||||
onCancel={() => {
|
||||
@ -1632,7 +1632,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
>
|
||||
<Spin spinning={spin}>
|
||||
<div className='headerDiv pl24 pr16' style={{ display: 'flex', justifyContent: 'space-between' }}>
|
||||
<h3 className="first-title">评审小组成员管理</h3>
|
||||
<h3 className="first-title">{showName.pb}小组成员管理</h3>
|
||||
<div>
|
||||
{/* <Button key="1" className='mR8' onClick={() => { }}>通知专家</Button> */}
|
||||
<Button key="2" type='primary' className='mR8' hidden={!open || allEnd || btnAuthority(['ebtp-agency-project-manager', 'ebtp-purchase'])} onClick={() => {
|
||||
@ -1733,7 +1733,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
<ProTable
|
||||
key='proTable6'
|
||||
// title={() => }
|
||||
headerTitle={<h3 className="first-title floatLeft">评审小组管理</h3>}
|
||||
headerTitle={<h3 className="first-title floatLeft">{`${showName.pb}小组管理`}</h3>}
|
||||
actionRef={actionRef}//action触发后更新表格
|
||||
columns={columns}//表格
|
||||
size='small'
|
||||
@ -1750,7 +1750,7 @@ const JudgingPanel: React.FC<{}> = () => {
|
||||
disabledSet(false);
|
||||
// readOnlySet(false);
|
||||
}}>
|
||||
创建评审小组
|
||||
创建{showName.pb}小组
|
||||
</Button>
|
||||
]}
|
||||
request={(params) => getList({
|
||||
|
Reference in New Issue
Block a user