|
@@ -120,7 +120,7 @@
|
|
|
</div>
|
|
|
<div class="text">
|
|
|
<p>水田</p>
|
|
|
- <span>{{ store.state.cockpit_gdbh.gdxz.st_mj }}</span>公顷
|
|
|
+ <span>{{ store.state.cockpit_gdbh.gdxz.title.st_mj }}</span>公顷
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
@@ -132,7 +132,7 @@
|
|
|
</div>
|
|
|
<div class="text">
|
|
|
<p>水浇地</p>
|
|
|
- <span>{{ store.state.cockpit_gdbh.gdxz.sjd_mj }}</span>公顷
|
|
|
+ <span>{{ store.state.cockpit_gdbh.gdxz.title.sjd_mj }}</span>公顷
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
@@ -144,7 +144,7 @@
|
|
|
</div>
|
|
|
<div class="text">
|
|
|
<p>旱地</p>
|
|
|
- <span>{{ store.state.cockpit_gdbh.gdxz.hd_mj }}</span>公顷
|
|
|
+ <span>{{ store.state.cockpit_gdbh.gdxz.title.hd_mj }}</span>公顷
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
id: params ? params.id : '4602'
|
|
|
};
|
|
|
let data = await QueryOne(obj);
|
|
|
- store.state.cockpit_gdbh.gdxz = data.data
|
|
|
+ store.state.cockpit_gdbh.gdxz.title = data.data
|
|
|
console.log('store.state.cockpit_gdbh.gdxz: ', store.state.cockpit_gdbh.gdxz);
|
|
|
}, async init_zbph(params) {
|
|
|
const that = this;
|
|
@@ -466,7 +466,7 @@ export default {
|
|
|
this.init_gdxz_echart();
|
|
|
this.init_zbph();
|
|
|
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
};
|