Commit a9955e6d by chenyu

update: 可排序字段修改

parent 169b66d1
......@@ -27,15 +27,13 @@
<!-- <div v-for="item in selectedFields" :key="item.code"> -->
<el-table-column
:sortable="
item.code == 'name' ||
item.code == 'phoneNumber'||
item.code == 'grade' ||
item.code == 'cardNo' ||
item.code == 'birthday' ||
item.code == 'mainStoreName' ||
item.code == 'createCardStoreName'
? false
: 'custom'
item.code == 'lastCostTime' ||
item.code == 'avgCost'||
item.code == 'pointsAll' ||
item.code == 'pointsCurrent' ||
item.code == 'costAll'
?'custom'
: false
"
:prop="item.code"
v-for="item in selectedFields" :key="item.code"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment