|
|
@@ -29,7 +29,7 @@
|
|
|
<div class="d-flex aside-width">
|
|
|
<div class="react-left ml-4 react-l-s">
|
|
|
<span class="react-left"></span>
|
|
|
- <span class="text">生产实况分析{{level}}</span>
|
|
|
+ <span class="text">生产实况分析{{slevel}}</span>
|
|
|
</div>
|
|
|
<div class="react-left ml-3">
|
|
|
<span class="text">品质趋势分析</span>
|
|
|
@@ -104,7 +104,7 @@
|
|
|
|
|
|
<script>
|
|
|
import drawMixin from "../utils/drawMixin";
|
|
|
-import { formatTime } from '../utils/index.js'
|
|
|
+import { formatTime } from '../utils/index.js';
|
|
|
import centerLeft1 from './centerLeft1'
|
|
|
import centerLeft_two from './centerLeft_two'
|
|
|
import centerRight1 from './centerRight1'
|
|
|
@@ -164,12 +164,11 @@ export default {
|
|
|
}, 5000)
|
|
|
},
|
|
|
showlevel(){
|
|
|
- if(this.level != null && "" !=this.level){
|
|
|
- this.slevel ="("+this.level+")";
|
|
|
+ if(this.GLOBAL.level != null && "" !=this.GLOBAL.level){
|
|
|
+ this.slevel ="("+this.GLOBAL.level+")";
|
|
|
} else {
|
|
|
this.slevel="";
|
|
|
}
|
|
|
- console.log(this.slevel);
|
|
|
}
|
|
|
}
|
|
|
}
|