Biao 3 years ago
parent
commit
050c984ab8

+ 1 - 0
src/components/chart/line/marker-line-chart.vue

@@ -304,6 +304,7 @@ export default {
   },
   created() {
     this.id = "pie-chart-" + util.newGUID();
+    // console.log('list',this.list);
   },
   mounted() {
     this.$nextTick(() => {

+ 1 - 0
src/views/Agc/components/agc-panel.vue

@@ -284,6 +284,7 @@ export default {
   },
   created() {
     // 创建后
+    // console.log(999999,this.chartData);
   },
   beforeMount() {
     // 渲染前

+ 4 - 0
src/views/Knowledge/knowinfo.vue

@@ -39,6 +39,10 @@ export default {
 
   mounted() {
     this.infoObj = this.data;
+    console.log('this.infoObj',this.infoObj);
+  },
+  created(){
+    
   },
 
   watch: {

+ 7 - 3
src/views/NewPages/form.vue

@@ -10,20 +10,20 @@
         :data="tableData"
         :header-cell-style="{
           height: '40px',
-          background: 'rgba(83, 98, 104,0.2)',
+          background: 'rgba(22, 31, 30,1)',
           color: '#b2bdc0',
           'border-bottom': '0px solid red',
         }"
         :cell-style="{
           height: '40px',
-
+       background: 'rgba(0, 0, 0,1)',
           'border-bottom': 'solid 0px #242424',
         }"
         stripe
         style="
           width: 100%;
           margin-bottom: 10px;
-          background: 'rgba(83, 98, 104)';
+          background: 'rgba(83, 98, 104,1)';
         "
       >
         <el-table-column
@@ -137,4 +137,8 @@ export default {
 /deep/.el-table__fixed::before {
   height: 0;
 }
+/deep/.main-body .el-table.el-table--striped .el-table__body tr.el-table__row--striped td{
+  opacity: 1!important;
+  background-color: yellowgreen;
+}
 </style>

+ 1 - 0
src/views/singleAnalysis/double-line-chart.vue

@@ -274,6 +274,7 @@ export default {
       this.id = "pie-chart-" + util.newGUID();
     });
     this.newlist = this.list;
+    console.log('this.newlist',this.newlist);
     // console.warn(this.list);
     // console.warn(this.newlist);
   },