CN-53 perf: table取消首列排序

This commit is contained in:
chenjinsong
2021-07-13 18:49:41 +08:00
parent 83b40d51ac
commit 2e2b197b90

View File

@@ -122,7 +122,9 @@
popper-class="option-popper"
@change="tableLimitChange"
>
<el-option v-for="item in table.tableColumns" :key="item.prop" :value="item.prop">{{item.prop}}</el-option>
<template v-for="(item, index) in table.tableColumns" :key="item.prop">
<el-option v-if="index > 0" :value="item.prop">{{item.prop}}</el-option>
</template>
</el-select>
</div>
<!-- <div class="header__operation header__operation&#45;&#45;table">