1
lzhe
2024-10-09 8eda199da3781f4c8e0d95f47a092db342c85ed7
1
已修改1个文件
6 ■■■■ 文件已修改
src/views/mdc/realtime-status/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;