lxf hai 4 semanas
pai
achega
633305fdcb
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      jy-ui/src/views/business/log/userOperation/index.vue

+ 7 - 3
jy-ui/src/views/business/log/userOperation/index.vue

@@ -150,20 +150,24 @@ const columnConfig: ColumnConfigType[] = [
       }
       return ''
     },
-    width: 120
+    width: 120,
+    if: () => !(props.logData && props.logData.id)
   },
   {
     prop: 'auditTime',
     label: '审核时间',
-    width: 160
+    width: 160,
+    if: () => !(props.logData && props.logData.id)
   },
   {
     prop: 'remark',
     label: '审核注释',
-    width: 160
+    width: 160,
+    if: () => !(props.logData && props.logData.id)
   },
   {
     width: 120,
+    if: () => !(props.logData && props.logData.id),
     handleConfig: [
       {
         if: (row) => row.auditStatus == 0,