From 0d7d5a5864c5b54170bbfcc7d85cf258e030d3b6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 四月 2025 10:42:38 +0800
Subject: [PATCH] 代码初始化
---
admin/src/components/business/OperaWorkorderDetailDbhWindow.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue b/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
index 1010211..2931dd3 100644
--- a/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
+++ b/admin/src/components/business/OperaWorkorderDetailDbhWindow.vue
@@ -35,7 +35,7 @@
<div class="value">{{ info.submitDate }}</div>
</div>
<div class="item">
- <div class="label">鍙戠敓鏃堕棿</div>
+ <div class="label">鍙戠幇鏃堕棿</div>
<div class="value">{{ info.happenTime}}</div>
</div>
<div class="item">
@@ -46,7 +46,11 @@
<div class="label">鍙戠敓鍦扮偣</div>
<div class="value">{{ info.locationName }}</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>
@@ -91,7 +95,7 @@
<div class="company">
鍛樺伐锛�<span> {{ item.userName }} / {{item.companyName}}</span>
<div style="display: block" >鏃堕棿锛�<span>{{item.createDate}}</span></div>
- <div class="dealinfo" v-if="item.param2||item.remark||(item.multifileList !=null && item.multifileList.length)">
+ <div class="dealinfo" v-if="item.param2 || item.remark || (item.multifileList !=null && item.multifileList.length)">
<div style="display: block" v-if="item.param2" >澶勭悊浜猴細<span>{{item.param2}}</span></div>
<div style="display: block" v-if="item.remark" >璇存槑锛�<span>{{item.remark}}</span></div>
<div style="display: block;margin-top:10px" v-if="item.multifileList !=null && item.multifileList.length">
@@ -145,7 +149,7 @@
statusMap: {
0: '寰呭垎閰峎TS',
1: '寰呭垎閰嶄换鍔�',
- 2: '寰呭鐞�',
+ 2: '寰呭伐绋嬪笀澶勭悊',
3: '宸茶В鍐�',
4: '宸茶В鍐�',
5: '宸茶В鍐�'
@@ -249,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 {
@@ -265,6 +269,7 @@
}
.value {
+ width: calc(100% - 100px);
color: #111111;
}
}
--
Gitblit v1.9.3