|
@@ -84,7 +84,7 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
prop="proportion"
|
|
prop="proportion"
|
|
|
- label="土地开发利用强度"
|
|
|
|
|
|
|
+ :label="zytype == '5' ? '土地开发利用强度' : '建设用地开发情况'"
|
|
|
align="center"
|
|
align="center"
|
|
|
>
|
|
>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -115,6 +115,9 @@ export default {
|
|
|
jgsj: {
|
|
jgsj: {
|
|
|
type: Object,
|
|
type: Object,
|
|
|
},
|
|
},
|
|
|
|
|
+ zytype: {
|
|
|
|
|
+ type: String,
|
|
|
|
|
+ },
|
|
|
},
|
|
},
|
|
|
setup(prop, context) {
|
|
setup(prop, context) {
|
|
|
const { proxy } = getCurrentInstance();
|
|
const { proxy } = getCurrentInstance();
|
|
@@ -248,7 +251,7 @@ export default {
|
|
|
],
|
|
],
|
|
|
series: [
|
|
series: [
|
|
|
{
|
|
{
|
|
|
- name: "土地开发利用强度",
|
|
|
|
|
|
|
+ name: prop.zytype == "5" ? "土地开发利用强度" : "建设用地开发情况",
|
|
|
type: "bar",
|
|
type: "bar",
|
|
|
data: [],
|
|
data: [],
|
|
|
barWidth: "14px",
|
|
barWidth: "14px",
|