Explorar el Código

fix: 政策日志添加操作时间

zh hace 2 años
padre
commit
b54bc8f2d3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/views/sales_policy/components/OperationRecords.vue

+ 6 - 0
src/views/sales_policy/components/OperationRecords.vue

@@ -72,6 +72,12 @@ export default {
           label: '模块名称',
           prop: 'moduleName'
         }
+      },
+      {
+        columnAttributes: {
+          label: '操作时间',
+          prop: 'createTime'
+        }
       }]
     }
   },