From d1062daf5ca214784ad42d7f62c95e1cd13a4ed6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 四月 2025 14:40:39 +0800
Subject: [PATCH] 代码初始化
---
admin/src/components/business/OperaWorkorderDetailDbhWindow.vue | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue b/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
index 245d85b..a0ea013 100644
--- a/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
+++ b/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
@@ -46,13 +46,13 @@
<div class="label">鍙戠敓鍦扮偣</div>
<div class="value">{{ info.locationName }}</div>
</div>
- <div class="item">
- <div class="label">椋庨櫓鎻忚堪</div>
- <div class="value">{{ info.riskInfo }}</div>
- </div>
- <div class="item">
+ <div class="item" style="width: 100%">
<div class="label">閫氱煡浜�</div>
<div class="value">{{ info.memberNames }}</div>
+ </div>
+ <div class="item" style="width: 100%">
+ <div class="label">椋庨櫓鎻忚堪</div>
+ <div class="value">{{ info.riskInfo }}</div>
</div>
<div class="item" style="width: 100%">
<div class="label">鍥剧墖</div>
@@ -148,11 +148,11 @@
info: {},
statusMap: {
0: '寰呭垎閰峎TS',
- 1: '寰呭垎閰嶄换鍔�',
- 2: '寰呭伐绋嬪笀澶勭悊',
- 3: '宸茶В鍐�',
- 4: '宸茶В鍐�',
- 5: '宸茶В鍐�'
+ 1: '寰呭垎閰嶅伐绋嬪笀',
+ 2: '寰呭垎閰嶄换鍔�',
+ 3: 'SHE鍏抽棴',
+ 4: 'WTS鍏抽棴',
+ 5: '宸ョ▼甯堝叧闂�'
},
cateList: {
0: 'SHE浜嬩欢宸ュ崟',
@@ -231,7 +231,7 @@
.modal_wrap {
display: flex;
- height: 100%;
+ height: aotu;
.modal_content {
flex: 1;
@@ -253,14 +253,14 @@
display: flex;
flex-wrap: wrap;
- .item {
+ .item.item {
display: flex;
- width: 40%;
+ width: 50%;
font-size: 14px;
margin-bottom: 20px;
&:nth-of-type(2n) {
- width: 60%;
+ width: 50%;
}
.label {
@@ -269,6 +269,7 @@
}
.value {
+ width: calc(100% - 100px);
color: #111111;
}
}
--
Gitblit v1.9.3