CN-53 perf: table取消首列排序
This commit is contained in:
@@ -122,7 +122,9 @@
|
|||||||
popper-class="option-popper"
|
popper-class="option-popper"
|
||||||
@change="tableLimitChange"
|
@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>
|
</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