From 3de672c6154a7ec8864130d5fe0abb9f1376d101 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 03 三月 2022 16:57:53 +0800 Subject: [PATCH] 我的订单gai --- src/pages/cameraAccess/components/DataStackInfo.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/cameraAccess/components/DataStackInfo.vue b/src/pages/cameraAccess/components/DataStackInfo.vue index 0960b57..e2f42bc 100644 --- a/src/pages/cameraAccess/components/DataStackInfo.vue +++ b/src/pages/cameraAccess/components/DataStackInfo.vue @@ -283,12 +283,14 @@ class="lowHash" v-if=" !PollData.stackChannelCount && - (scope.row.status == '澶勭悊涓�' || scope.row.status == '2') + (scope.row.status == '1' || scope.row.status == '2') " > 鏁版嵁鏍堢畻鍔涗笉瓒� </div> - <div class="normal" v-else>{{ scope.row.status | statusFormat }}</div> + <div class="normal" v-else> + {{ scope.row.status | statusFormat }} + </div> </template> </el-table-column> <el-table-column label="鎿嶄綔" show-overflow-tooltip align="center"> -- Gitblit v1.8.0