选择提醒按条件显示
This commit is contained in:
parent
9f24a01b1a
commit
382d5ac63b
@ -992,7 +992,8 @@ export default function Index() {
|
||||
<div className="left" >
|
||||
<div className='mediaBox' style={{
|
||||
// height: '15px', width: '230px',
|
||||
background: 'white' }}></div>
|
||||
background: 'white'
|
||||
}}></div>
|
||||
<MenuWithTopButton
|
||||
button={projMenu.button}
|
||||
list={projMenu.list}
|
||||
@ -1324,6 +1325,9 @@ export default function Index() {
|
||||
|
||||
|
||||
/>
|
||||
<div style={{
|
||||
display:remindTagArray.length > 0 ? 'block' : 'none',
|
||||
}}>
|
||||
<Select
|
||||
allowClear
|
||||
value={projRemindId}
|
||||
@ -1356,6 +1360,7 @@ export default function Index() {
|
||||
|
||||
|
||||
/>
|
||||
</div>
|
||||
<Select
|
||||
allowClear
|
||||
value={payStatus}
|
||||
|
Loading…
Reference in New Issue
Block a user