|
@@ -212,9 +212,20 @@ export default {
|
|
store.setViewerFlagb(false);
|
|
store.setViewerFlagb(false);
|
|
store.setToolBarShow(false);
|
|
store.setToolBarShow(false);
|
|
store.setXzqh_flag(false);
|
|
store.setXzqh_flag(false);
|
|
|
|
+ let word = this.value == "lsyd" ? "名称" : "建设项目";
|
|
store.setCockpit_vector({
|
|
store.setCockpit_vector({
|
|
title: this.value == "lsyd" ? "临时用地项目" : "农转用地项目",
|
|
title: this.value == "lsyd" ? "临时用地项目" : "农转用地项目",
|
|
- word: this.value == "lsyd" ? "名称" : "建设项目",
|
|
|
|
|
|
+ searchs: [
|
|
|
|
+ { type: "input", label: word, key: "val0" },
|
|
|
|
+ {
|
|
|
|
+ type: "cascader",
|
|
|
|
+ label: "行政区",
|
|
|
|
+ key: "id",
|
|
|
|
+ options: store.state.region_tree,
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ searchform: { val0: "", id: store.state.cockpit_region.id },
|
|
|
|
+ showtotal: true,
|
|
tableData: this.xzqh_flag ? [] : this.list,
|
|
tableData: this.xzqh_flag ? [] : this.list,
|
|
tablejscType: `jsc_zdydjg_${this.value}_qxzbmx`,
|
|
tablejscType: `jsc_zdydjg_${this.value}_qxzbmx`,
|
|
columns: this.value == "lsyd" ? columns1 : columns2,
|
|
columns: this.value == "lsyd" ? columns1 : columns2,
|