Forráskód Böngészése

Merge branch 'test_zyh' of United_Software/k_online_ui into test

Jack Zhou 1 hete
szülő
commit
75d7e1a582

+ 10 - 0
src/views/TemplateManagement/src/components/TableView/src/TableView.vue

@@ -51,6 +51,16 @@ const tableColumns = [
     field: 'created_time',
     formatter: 'dateTime',
     sortable: true
+  },
+  {
+    title: 'Created By',
+    type: 'normal',
+    field: 'create_by'
+  },
+  {
+    title: 'Modify By',
+    type: 'normal',
+    field: 'modify_by'
   }
 ]
 const tableOriginColumnsField = ref([...tableColumns])