Browse Source

小程序养护查看逻辑优化

dev
liujiangyong 2 years ago
parent
commit
d1d2df0918
  1. 4
      weapp/src/packages/patrol/index.jsx

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

@ -1091,7 +1091,7 @@ const Index = () => {
/> />
</View> </View>
{ {
(kind === 'patrol' && !(isView && isBeforeReport)) && <View className='patrol-content'> kind === 'patrol' && !(isView && isBeforeReport) && <View className='patrol-content'>
<View className='title'> <View className='title'>
<View><Text style={{ color: 'red' }}>*&nbsp;</Text>巡查内容</View> <View><Text style={{ color: 'red' }}>*&nbsp;</Text>巡查内容</View>
</View> </View>
@ -1116,7 +1116,7 @@ const Index = () => {
</View > </View >
} }
{ {
kind === 'conserve' && <View> kind === 'conserve' && !(isView && isBeforeReport) && <View>
<View className='conserve-info'> <View className='conserve-info'>
<View className='title'> <View className='title'>
<View><Text style={{ color: 'red' }}>*&nbsp;</Text>养护基本信息</View> <View><Text style={{ color: 'red' }}>*&nbsp;</Text>养护基本信息</View>

Loading…
Cancel
Save