From 698848bc8586f7c927e0468d6e60711c323d029d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 06 二月 2025 18:22:43 +0800
Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1

---
 admin/src/views/workorder/components/problemReportingDetails.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/admin/src/views/workorder/components/problemReportingDetails.vue b/admin/src/views/workorder/components/problemReportingDetails.vue
index cbdcbbb..8d52710 100644
--- a/admin/src/views/workorder/components/problemReportingDetails.vue
+++ b/admin/src/views/workorder/components/problemReportingDetails.vue
@@ -10,9 +10,9 @@
                     <div class="title">闂璇︽儏</div>
                     <el-tag style="margin-left: 10px;" v-if="form.dealStatus === 0">寰呭鐞�</el-tag>
                     <el-tag style="margin-left: 10px;" v-if="form.dealStatus === 1">宸茶浆宸ュ崟</el-tag>
-                    <el-tag style="margin-left: 10px;" v-if="form.dealStatus === 2">宸插叧闂�</el-tag>
+                    <el-tag style="margin-left: 10px;" type="info" v-if="form.dealStatus === 2">宸插叧闂�</el-tag>
                 </div>
-                <el-button @click="handleDetail" v-if="form.dealStatus === 1">鏌ョ湅宸ュ崟</el-button>
+                <el-button @click="handleDetail" v-if="form.dealStatus === 1">鏌ョ湅宸ュ崟{{form.workorderId}}</el-button>
             </div>
             <div class="wt_content">
                 <div class="wt_content_row" style="width: 25%;">
@@ -45,7 +45,7 @@
             </div>
             <div class="wt_head">
                 <div class="wt_head_title">
-                    <div class="title">闂璇︽儏</div>
+                    <div class="title">澶勭悊缁撴灉</div>
                 </div>
             </div>
             <div class="wt_content">
@@ -64,7 +64,7 @@
             </div>
         </div>
         <!--    宸ュ崟璇︽儏    -->
-        <Detail v-if="showDetail" ref="DetailRef" @close="showDetail = false" />
+        <Detail v-if="showDetail" ref="DetailRef1" @close="showDetail = false" />
     </GlobalWindow>
 </template>
 
@@ -96,9 +96,9 @@
       handleDetail() {
         this.showDetail = true
         this.$nextTick(() => {
-          this.$refs.DetailRef.visible = true
-          this.$refs.DetailRef.id = this.form.workorderId
-          this.$refs.DetailRef.getDetail()
+          this.$refs.DetailRef1.visible = true
+          this.$refs.DetailRef1.id = this.form.workorderId
+          this.$refs.DetailRef1.getDetail()
         })
       },
       returnText(status) {

--
Gitblit v1.9.3