fix: 修改表格 查询参数不对的问题
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
popper-class="option-popper"
|
popper-class="option-popper"
|
||||||
@change="tabelLimtChange"
|
@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>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="header__operation header__operation--table">
|
<!-- <div class="header__operation header__operation--table">
|
||||||
|
|||||||
Reference in New Issue
Block a user