|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <hc-dialog is-to-body is-table is-footer-center widths="90%" :show="isShow" title="预变更清单添加" @save="addModalSave" @close="addModalClose">
|
|
|
|
|
|
+ <hc-dialog is-to-body is-table is-footer-center widths="90%" :show="isShow" title="变更清单添加" @save="addModalSave" @close="addModalClose">
|
|
<hc-card-item>
|
|
<hc-card-item>
|
|
<template #header>
|
|
<template #header>
|
|
<div class="w-60">
|
|
<div class="w-60">
|
|
@@ -66,11 +66,11 @@ const tableLoading = ref(false)
|
|
const tableColumn = ref([
|
|
const tableColumn = ref([
|
|
{ key: 'key1', name: '清单编号' },
|
|
{ key: 'key1', name: '清单编号' },
|
|
{ key: 'key2', name: '清单名称' },
|
|
{ key: 'key2', name: '清单名称' },
|
|
- { key: 'key3', name: '现行单价(元)' },
|
|
|
|
|
|
+ { key: 'key3', name: '单价(元)' },
|
|
{ key: 'key4', name: '合同数量' },
|
|
{ key: 'key4', name: '合同数量' },
|
|
{ key: 'key5', name: '合同变更后数量' },
|
|
{ key: 'key5', name: '合同变更后数量' },
|
|
- { key: 'key6', name: '已分解量' },
|
|
|
|
- { key: 'key7', name: '是否增补' },
|
|
|
|
|
|
+ { key: 'key6', name: '施工图变更后数量' },
|
|
|
|
+ { key: 'key7', name: '分解剩余量' },
|
|
])
|
|
])
|
|
const tableData = ref([
|
|
const tableData = ref([
|
|
{ key1: '1111' },
|
|
{ key1: '1111' },
|