选择提醒按条件显示

This commit is contained in:
lyp 2024-12-24 16:18:18 +08:00
parent 9f24a01b1a
commit 382d5ac63b

View File

@ -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}