src/views/dataTest/history.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/dataTest/realTimeFbo4831.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/dataTest/history.vue
@@ -122,7 +122,7 @@ <div class="flex-box" style="margin-bottom: 8px"> <chart-wrapper :title="monBarTitle"> <div class="chart-tools-wrapper"> <el-select v-model="chartType" size="mini" @change="changeChartType"> <el-select v-model="chartType" size="mini" style="width: 100%;" @change="changeChartType"> <el-option v-for="item in chartTypes" :key="item.value" :label="$t(item.label)" :value="item.value"></el-option> </el-select> @@ -2363,6 +2363,7 @@ top: 12px; right: 12px; z-index: 99; width: 13em; } #allGraph { src/views/dataTest/realTimeFbo4831.vue
@@ -269,23 +269,23 @@ this.resize(); }); }, // "$store.state.settings.lang": { // handler(v) { // this.$nextTick(() => { // this.sendMessage(); // vol.series[0].markLine.data.map((v) => { // if('low' == v.name1) { // v.name = this.$t('markLine.low'); // } // if('high' == v.name1) { // v.name = this.$t('markLine.high'); // } // }); // this.setChart(); // }); // }, // immediate: true // } "$store.state.settings.lang": { handler(v) { this.$nextTick(() => { // this.sendMessage(); vol.series[0].markLine.data.map((v) => { if('low' == v.name1) { v.name = this.$t('markLine.low'); } if('high' == v.name1) { v.name = this.$t('markLine.high'); } }); // this.setChart(); }); }, immediate: true } }, data() { let permits = this.$store.state.user.permits;