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