|
@@ -132,6 +132,7 @@
|
|
|
<script>
|
|
|
//这里可以导入其他文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等)
|
|
|
import { QueryOne, QueryList } from "../../api/cockpitNew";
|
|
|
+import { overview, reason } from "@/api/Idleland.js";
|
|
|
import ThreeStackedBarAndLine from "./common/ThreeStackedBarAndLine.vue";
|
|
|
import XZQHPieChart from "./common/XZQHPieChart.vue";
|
|
|
import pie3d from "../../components/echartsTemplate/3dPie.vue";
|
|
@@ -222,7 +223,7 @@ export default {
|
|
|
} else {
|
|
|
this.$nextTick(() => {
|
|
|
//data.data[0].ce_crmj
|
|
|
- this.$refs.xztd.setOptions(
|
|
|
+ this.$refs.xztd_echart.setOptions(
|
|
|
[
|
|
|
{ name: "政府原因", value: 66 },
|
|
|
{ name: "企业原因", value: 66 },
|