소스 검색

合同计量单元修改

ZaiZai 1 년 전
부모
커밋
3210b38b7a
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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([])