dev01 1 year ago
parent
commit
7e8b1b608d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/common/auditModal/index.jsx

+ 3 - 3
src/components/common/auditModal/index.jsx

@@ -96,18 +96,18 @@ class AuditDetails extends Component {
                       {v.remarks &&
                         <View className='contentItem'>
                           <AtIcon className='atIcon' value='settings' size='15' color='#999999' />
-                          操作:<Text style={{ color: ["#1D4FEA", "#1D4FEA", "#34DE38", "#F31212", "#1D4FEA"][v.status] }}
+                          操作<Text style={{ color: ["#1D4FEA", "#1D4FEA", "#34DE38", "#F31212", "#1D4FEA"][v.status] }}
                           >{["【发起】", "【发起】", "【通过】", "【驳回】", "【重新发起】"][v.status]}</Text>
                         </View>}
                       {v.remarks &&
                         <View className='contentItem'>
                           <AtIcon className='atIcon' value='clock' size='15' color='#999999' />
-                          操作时间:{v.createTimeStr}
+                          操作时间{v.createTimeStr}
                         </View>}
                       {v.remarks &&
                         <View className='contentItem'>
                           <AtIcon className='atIcon' value='message' size='15' color='#999999' />
-                          备注:{v.remarks}
+                          备注{v.remarks}
                         </View>}
                     </View>
                   </View>