From b7f74340de27a3427d8afb8750724b788c8a780c Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 06 二月 2025 18:17:19 +0800 Subject: [PATCH] 改bug --- 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