This commit is contained in:
yanran200730
2022-01-12 16:40:48 +08:00
parent 7d8e50d5c8
commit 41e5b2665a

View File

@@ -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
}
} }
}, },