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