|
@@ -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([])
|
|
|
|