121183
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
:props="defaultProps" :show-all-levels="false" @change="gridChange"></el-cascader>
|
:props="defaultProps" :show-all-levels="false" @change="gridChange"></el-cascader>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<el-input size="small" placeholder="请输入居民名称或真实姓名" v-model="search.userName" clearable
|
<el-input size="small" placeholder="姓名" v-model="search.userName" clearable
|
||||||
@clear="current = 1, search.userName = '', getTableData()" suffix-icon="iconfont iconSearch"
|
@clear="current = 1, search.userName = '', getTableData()" suffix-icon="iconfont iconSearch"
|
||||||
v-throttle="() => {(current = 1), getTableData();}"/>
|
v-throttle="() => {(current = 1), getTableData();}"/>
|
||||||
<ai-download :instance="instance" url="`/app/appintegraluser/girdIntegralExport" :params="search" fileName="网格员积分"
|
<ai-download :instance="instance" url="`/app/appintegraluser/girdIntegralExport" :params="search" fileName="网格员积分"
|
||||||
@@ -225,7 +225,6 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
changeTableSort(col) {
|
changeTableSort(col) {
|
||||||
// console.log(col);
|
|
||||||
if(col.prop === 'integral') { // 剩余积分
|
if(col.prop === 'integral') { // 剩余积分
|
||||||
if(col.order === 'ascending') {
|
if(col.order === 'ascending') {
|
||||||
this.sortFiled = 0
|
this.sortFiled = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user