From 7af65af6cd8fa26dd279a5b6c517360b7bcef01c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 10 四月 2025 10:18:14 +0800
Subject: [PATCH] 工单业务
---
admin/src/components/business/OperaWorkorderDetailSheWindow.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/admin/src/components/business/OperaWorkorderDetailSheWindow.vue b/admin/src/components/business/OperaWorkorderDetailSheWindow.vue
index 39d43a8..7f65bdd 100644
--- a/admin/src/components/business/OperaWorkorderDetailSheWindow.vue
+++ b/admin/src/components/business/OperaWorkorderDetailSheWindow.vue
@@ -17,7 +17,7 @@
<div class="h1">{{ cateList[type] }}</div>
<div class="time">鎻愪氦鏃堕棿锛歿{ info.createDate }}</div>
</div>
- <div class="right" :class="{ scs: info.status == '4', msg: info.status == '3' }">{{ statusMap[info.status] }}</div>
+ <div class="right" :class="{ scs: info.status == '3' || info.status == '4' || info.status == '5', msg: info.status == '6' }">{{statusMap[info.status] }}</div>
</div>
<div class="info">
<div class="title">璁垮棰勭害淇℃伅</div>
@@ -126,11 +126,12 @@
title: '宸ュ崟璇︽儏',
info: {},
statusMap: {
- 0: '寰呭鏍�',
- 1: '澶勭悊涓�',
- 2: '宸插悓鎰�',
- 3: '宸叉嫆缁�',
- 4: '宸插彇娑�',
+ 0: '寰呭垎閰峎TS',
+ 1: '寰呭垎閰嶄换鍔�',
+ 2: '寰呭鐞�',
+ 3: '宸茶В鍐�',
+ 4: '宸茶В鍐�',
+ 5: '宸茶В鍐�'
},
cateList: {
0: 'SHE浜嬩欢宸ュ崟',
--
Gitblit v1.9.3