fix: 修改表格 查询参数不对的问题

This commit is contained in:
zhangyu
2021-07-08 16:12:55 +08:00
parent 88fd47e6c8
commit 5af48a6be1

View File

@@ -118,7 +118,7 @@
popper-class="option-popper"
@change="tabelLimtChange"
>
<el-option v-for="item in table.tableColumns" :key="item" :value="item">{{item}}</el-option>
<el-option v-for="item in table.tableColumns" :key="item.prop" :value="item.prop">{{item.prop}}</el-option>
</el-select>
</div>
<!-- <div class="header__operation header__operation&#45;&#45;table">