1
lzhe
2024-10-09 db38e2783a8e9a4c9f886aa15cf895caef9290ec
src/views/mdc/realtime-status/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-09 22:11:21
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-10-08 17:50:00
 * @LastEditTime: 2024-10-09 11:40:18
 * @FilePath: /mdc/Users/mache/Documents/demo/cps-web/src/views/mdc/realtime-status/index.vue
 实时看板
-->
@@ -16,7 +16,7 @@
            <el-icon class="setIcon">
               <Setting />
            </el-icon>
            <span class="setBtn" @click="goSet">设置</span>
            <span class="setBtn" @click="goSet">分析设置</span>
         </span>
      </div>
      <ul class="status-view-box" v-if="station == '状态视图'">
@@ -199,7 +199,7 @@
      changestatus(name) {
         if(this.stationlabelList.length == 0) {
            this.station = "状态视图";
            //this.$message.error("不能点击");
            this.$message.error('未选定实时看板查询组,请到"分析设置 -> 实时看板查询组设置"中选择工位组');
            return;
         }
         this.station = name;