소스 검색

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

zh 2 년 전
부모
커밋
b54bc8f2d3
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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'
+        }
       }]
     }
   },