Sfoglia il codice sorgente

Merge branch 'test' into reconstruction_booking

Jack Zhou 1 settimana fa
parent
commit
efe69caabb

+ 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])