Browse Source

fix 处理内容只有在已办未半可看

dev
巴林闲侠 2 years ago
parent
commit
7bca110a50
  1. 3
      weapp/src/packages/patrol/index.jsx

3
weapp/src/packages/patrol/index.jsx

@ -947,7 +947,8 @@ const Index = () => {
<AtButton type='primary' className='sub-btn' onClick={report}>上报</AtButton>
}
{
handleType == '已处理' || wait == 'wait' || handle == 'handle' ? <view>
// handleType == '' ||
wait == 'wait' || handle == 'handle' ? <view>
<view className='patrol-img'><text style={{ color: 'red' }}>*</text>处理内容</view>
<AtTextarea
title='处理内容:'

Loading…
Cancel
Save