Browse Source

合同计量单元修改

ZaiZai 1 năm trước cách đây
mục cha
commit
3210b38b7a
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/tasks/components/hc-data/task-review.vue

+ 5 - 1
src/views/tasks/components/hc-data/task-review.vue

@@ -97,7 +97,11 @@ const flowList = ref([
 
 //表格数据
 const tableColumn = ref([
-    { key: 'key1', name: '名称' },
+    { key: 'action', name: '批注', width: 80, align: 'center' },
+    { key: 'key1', name: '计量单编号' },
+    { key: 'key2', name: '计量金额', width: 100 },
+    { key: 'key3', name: '工程划分' },
+    { key: 'key4', name: '审批状态', fixed: 'right', width: 80, align: 'center' },
 ])
 const tableData = ref([])