From 4c060cb5b79f8f08ae2fa529feb9992a7fca8cbb Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 22 八月 2024 16:52:40 +0800
Subject: [PATCH] feat:新增工单故障类型记录、支持多个
---
src/views/system/check/template/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/check/template/index.vue b/src/views/system/check/template/index.vue
index 758ae1c..0b739da 100644
--- a/src/views/system/check/template/index.vue
+++ b/src/views/system/check/template/index.vue
@@ -76,7 +76,7 @@
<span>鑰冩牳绫诲瀷锛�</span>
<dict-tag :options="dict.type.platform_examine_category" :value="item.examineCategory"/>
</div>
- <div class="text item">鑰冩牳棰戠巼锛歿{ item.frequency == 0 ? '鏈堝害鑰冩牳' : '瀛e害鑰冩牳' }}</div>
+ <!-- <div class="text item">鑰冩牳棰戠巼锛歿{ item.frequency == 0 ? '鏈堝害鑰冩牳' : '瀛e害鑰冩牳' }}</div> -->
<div class="text item" style="display: flex">
<span>鑰冩牳瀵硅薄锛�</span>
<el-tooltip effect="dark" :content="translateDeptIdList(item.deptId)" placement="top">
@@ -213,8 +213,8 @@
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
<el-button @click="cancel">鍙� 娑�</el-button>
+ <el-button type="primary" @click="submitForm">纭� 瀹�</el-button>
</div>
</el-dialog>
</div>
--
Gitblit v1.8.0