Commit b0e39124 by 刘玉帅

xq

parent db86376f
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\rwgl\rwglindex.vue
......@@ -112,7 +112,7 @@
:cell-class-name="addClass"
>
<el-table-column type="selection" width="55"> </el-table-column>
<template v-if="zzjglx!=12">
<template v-if="zzjglx==11 ">
<el-table-column
v-for="columnTitle in cxDefaultFormThead"
:prop="columnTitle.prop"
......
<!--
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\tjbb\tb.vue
......@@ -19,7 +19,8 @@
</el-radio-group>
</div>
<!-- echarts图 -->
{{Rymppmname.length}}
<!-- <div v-if="Rymppmname.length == 0" class="content isShow" > <h1>暂无数据........</h1> </div> -->
<div class="content" id="content"></div>
</div>
<div class="right">
......@@ -138,7 +139,10 @@ export default {
this.Rymppmxf.push(item.xf);
this.Rymppmyfk.push(item.yfk);
});
if(this.Rymppmname){
debugger
this.initEcharts();
}
console.log(this.Rymppmname);
console.log(this.Rymppmth);
console.log(this.Rymppmwfk);
......@@ -170,6 +174,9 @@ export default {
text: "动态数据",
},
noDataLodingOption:{
text:'暂无数据.....'
},
tooltip: {
trigger: "axis",
axisPointer: {
......@@ -588,6 +595,11 @@ export default {
.content {
height: 480px;
}
.isShow{
display: flex;
align-items: center;
justify-content: center;
}
}
.right {
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