|
|
@@ -39,12 +39,7 @@
|
|
|
<table-tool :check-list.sync="checkList" :columns="columns" />
|
|
|
</vab-query-form-right-panel>
|
|
|
</vab-query-form>
|
|
|
- <el-table
|
|
|
- v-loading="listLoading"
|
|
|
- border
|
|
|
- :data="list"
|
|
|
- height="calc(100vh - 290px)"
|
|
|
- @selection-change="setSelectRows">
|
|
|
+ <el-table v-loading="listLoading" border :data="list" :height="height" @selection-change="setSelectRows">
|
|
|
<el-table-column align="center" show-overflow-tooltip type="selection" />
|
|
|
<el-table-column
|
|
|
v-for="(item, index) in finallyColumns"
|
|
|
@@ -105,6 +100,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ height: this.$baseTableHeight(2),
|
|
|
approStatusOption: [
|
|
|
{ id: '10', label: '未回款' },
|
|
|
{ id: '20', label: '已回款' },
|