Commit 4074fec6 by 张超军

12312312

parent b0e39124
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 15:24:48 * @Date: 2021-08-31 15:24:48
* @LastEditTime: 2021-09-16 19:29:03 * @LastEditTime: 2021-09-16 19:39:12
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\tb.vue * @FilePath: \founder_vue\src\views\tjbb\tb.vue
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
</div> </div>
<!-- echarts图 --> <!-- echarts图 -->
{{Rymppmname.length}} {{Rymppmname.length}}
<!-- <div v-if="Rymppmname.length == 0" class="content isShow" > <h1>暂无数据........</h1> </div> --> <div v-if="Rymppmname.length == 0" class="content isShow" > <h1>暂无数据........</h1> </div>
<div class="content" id="content"></div> <div v-else class="content" id="content"></div>
</div> </div>
<div class="right"> <div class="right">
<div class="pie" id="rympfkl"></div> <div class="pie" id="rympfkl"></div>
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
this.Rymppmxf.push(item.xf); this.Rymppmxf.push(item.xf);
this.Rymppmyfk.push(item.yfk); this.Rymppmyfk.push(item.yfk);
}); });
if(this.Rymppmname){ if(this.Rymppmname.length > 0){
debugger debugger
this.initEcharts(); this.initEcharts();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment