|
@@ -48,7 +48,10 @@
|
|
|
<div class="block-title">拆旧复垦</div>
|
|
|
</div>
|
|
|
<div class="cjfkList itemCon">
|
|
|
- <span v-for="(item, i) in cjfkList" :key="i"
|
|
|
+ <span
|
|
|
+ v-for="(item, i) in cjfkList"
|
|
|
+ :key="i"
|
|
|
+ style="max-width: 50%; min-width: 40%"
|
|
|
><span class="font_color">{{ item.name }}</span
|
|
|
><span style="padding: 0 3px; color: #ec808d; font-size: 14px">{{
|
|
|
jxyddata[item.prop]
|
|
@@ -143,7 +146,7 @@ export default {
|
|
|
props: {},
|
|
|
data() {
|
|
|
return {
|
|
|
- // loading: false,
|
|
|
+ // loading: false,
|
|
|
tab: 0,
|
|
|
imgs: {
|
|
|
loc: require("../../../../static/images/overview/icon_yrkkg.png"),
|
|
@@ -255,7 +258,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
initEcharts(payload) {
|
|
|
- console.log(payload);
|
|
|
this.myChart = echarts.init(this.$refs.second_pie);
|
|
|
// const payload = {
|
|
|
// id: "left-center-1",
|
|
@@ -373,11 +375,7 @@ export default {
|
|
|
this.myChart.setOption(option);
|
|
|
},
|
|
|
},
|
|
|
- watch: {
|
|
|
- region(newValue) {
|
|
|
- console.log(newValue, "---");
|
|
|
- },
|
|
|
- },
|
|
|
+ watch: {},
|
|
|
};
|
|
|
</script>
|
|
|
|
|
@@ -458,7 +456,7 @@ export default {
|
|
|
background: rgba(100, 218, 255, 0.1);
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
-
|
|
|
+ margin-top: 10px;
|
|
|
.jsitem {
|
|
|
width: 40%;
|
|
|
text-align: center;
|
|
@@ -488,14 +486,13 @@ export default {
|
|
|
color: #64daff;
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
-
|
|
|
.font_color {
|
|
|
// width: 100px;
|
|
|
color: white;
|
|
|
}
|
|
|
}
|
|
|
.divrow {
|
|
|
- height: 50px;
|
|
|
+ height: 85px;
|
|
|
// background-color: #0f7bc875;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|