From 8874ffc88526d54862fb05751cc7ae2f48fb83f3 Mon Sep 17 00:00:00 2001 From: chenxinying <1039655633@qq.com> Date: Tue, 27 Feb 2024 14:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B2=E6=9D=BF=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/other-select/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/other-select/index.vue b/components/other-select/index.vue index fc77181..9109709 100644 --- a/components/other-select/index.vue +++ b/components/other-select/index.vue @@ -102,6 +102,8 @@ export default { lists[i].CHECK_NO = "吊装作业" + ' ' + lists[i].CHECK_NO }else if(lists[i].WORK_TYPE == "CUTROAD"){ lists[i].CHECK_NO = "断路作业" + ' ' + lists[i].CHECK_NO + }else if(lists[i].WORK_TYPE == "BLINDBOARD"){ + lists[i].CHECK_NO = "盲板作业" + ' ' + lists[i].CHECK_NO } console.log(lists[i].CHECK_NO) }