|
@@ -163,10 +163,11 @@ const tableColumn = ref([
|
|
|
{ key: 'key1', name: '分解明细', width: 80, align: 'center' },
|
|
|
{ key: 'key2', name: '清单编号', width: 120, align: 'center' },
|
|
|
{ key: 'key3', name: '清单名称', align: 'center' },
|
|
|
- { key: 'key4', name: '合同变更数量', width: 110, align: 'center' },
|
|
|
- { key: 'key5', name: '施工图变更后汇总数量', align: 'center' },
|
|
|
- { key: 'key6', name: '单价(元)', width: 90, align: 'center' },
|
|
|
- { key: 'key7', name: '施工图变更后汇总金额(元)', align: 'center' },
|
|
|
+ { key: 'key4', name: '单价', width: 90, align: 'center' },
|
|
|
+ { key: 'key5', name: '合同数量', width: 100, align: 'center' },
|
|
|
+ { key: 'key6', name: '变更后数量', width: 110, align: 'center' },
|
|
|
+ { key: 'key7', name: '施工图数量', align: 'center' },
|
|
|
+ { key: 'key8', name: '施工图变更后数量', align: 'center' },
|
|
|
])
|
|
|
const tableData = ref([
|
|
|
{ key2: '1111' },
|