26669
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
:selectList="dictList"
|
:selectList="dictList"
|
||||||
@change="search.current = 1, getList()">
|
@change="search.current = 1, getList()">
|
||||||
</ai-select>
|
</ai-select>
|
||||||
<ai-download :instance="instance" url="/app/apphomesteadinfo/export" :params="param" fileName="宅基地管理模板" :disabled="tableData.length == 0">
|
<ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" :params="param" fileName="返乡登记" :disabled="tableData.length == 0">
|
||||||
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
|
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
|
||||||
</ai-download>
|
</ai-download>
|
||||||
</template>
|
</template>
|
||||||
@@ -127,8 +127,7 @@
|
|||||||
}
|
}
|
||||||
}, row.status === '0' ? '异常' : '正常')
|
}, row.status === '0' ? '异常' : '正常')
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
// { prop: 'type', align: 'center', label: '今日上报' }
|
|
||||||
],
|
],
|
||||||
ids: [],
|
ids: [],
|
||||||
tableData: [],
|
tableData: [],
|
||||||
@@ -142,9 +141,7 @@
|
|||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
|
|
||||||
param () {
|
param () {
|
||||||
return {
|
return this.search
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user