饮用水监测数据报送表

This commit is contained in:
庞东林
2021-12-08 14:08:53 +08:00
parent bedb854224
commit e72f3d6109
7 changed files with 181 additions and 62 deletions

View File

@@ -9,6 +9,8 @@
@search="searchData"
@exportFile="exportFile"
@filterColumns="changeFilter"
:visiable="visiable"
:loading="loading"
/>
<!-- 表格 -->
<!-- <ele-pro-table
@@ -100,7 +102,10 @@ export default {
default: function () {
return []
},
}
},
visiable:{
typeof:Boolean
}
},
data() {
@@ -155,6 +160,7 @@ export default {
},
// 表格选中数据
selectionList: [],
loading:false
};
},
mounted() {
@@ -163,6 +169,22 @@ export default {
},
methods: {
// // 获取列表数据
// getPageData(){
// this.loading = true;
// cityAverageNutrition(this.where).then(res=>{
// this.loading = false;
// if(res.data.code){
// this.$message.error(res.data.msg);
// this.datasource = []
// }else{
// this.datasource = res.data.data
// }
// }).catch(()=>{
// this.loading = false;
// })
// },
//编辑单元格
edit(item,index){
console.log('key',item.drinkingWaterId)