Commit b0e39124 by 刘玉帅

xq

parent db86376f
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-28 21:28:08 * @Date: 2021-08-28 21:28:08
* @LastEditTime: 2021-09-16 18:18:06 * @LastEditTime: 2021-09-16 19:21:01
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\rwgl\rwglindex.vue * @FilePath: \founder_vue\src\views\rwgl\rwglindex.vue
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
:cell-class-name="addClass" :cell-class-name="addClass"
> >
<el-table-column type="selection" width="55"> </el-table-column> <el-table-column type="selection" width="55"> </el-table-column>
<template v-if="zzjglx!=12"> <template v-if="zzjglx==11 ">
<el-table-column <el-table-column
v-for="columnTitle in cxDefaultFormThead" v-for="columnTitle in cxDefaultFormThead"
:prop="columnTitle.prop" :prop="columnTitle.prop"
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-31 15:24:48 * @Date: 2021-08-31 15:24:48
* @LastEditTime: 2021-09-16 18:40:23 * @LastEditTime: 2021-09-16 19:29:03
* @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
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
</el-radio-group> </el-radio-group>
</div> </div>
<!-- echarts图 --> <!-- echarts图 -->
{{Rymppmname.length}}
<!-- <div v-if="Rymppmname.length == 0" class="content isShow" > <h1>暂无数据........</h1> </div> -->
<div class="content" id="content"></div> <div class="content" id="content"></div>
</div> </div>
<div class="right"> <div class="right">
...@@ -138,7 +139,10 @@ export default { ...@@ -138,7 +139,10 @@ 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){
debugger
this.initEcharts(); this.initEcharts();
}
console.log(this.Rymppmname); console.log(this.Rymppmname);
console.log(this.Rymppmth); console.log(this.Rymppmth);
console.log(this.Rymppmwfk); console.log(this.Rymppmwfk);
...@@ -170,6 +174,9 @@ export default { ...@@ -170,6 +174,9 @@ export default {
text: "动态数据", text: "动态数据",
}, },
noDataLodingOption:{
text:'暂无数据.....'
},
tooltip: { tooltip: {
trigger: "axis", trigger: "axis",
axisPointer: { axisPointer: {
...@@ -588,6 +595,11 @@ export default { ...@@ -588,6 +595,11 @@ export default {
.content { .content {
height: 480px; height: 480px;
} }
.isShow{
display: flex;
align-items: center;
justify-content: center;
}
} }
.right { .right {
margin-left: 90px; margin-left: 90px;
......
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