From 34d513959a974abe9685e4d894ad15aeaed6cc90 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 05 三月 2025 14:26:09 +0800
Subject: [PATCH] art: 检定 改为 鉴定
---
src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue
index ede2781..8888f42 100644
--- a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue
+++ b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue
@@ -145,7 +145,7 @@
slot-scope='text, record, index'
>
<div :key="col.dataIndex">
- <span
+ <!-- <span
v-if=" col.dataIndex == 'photo' && !text"
style="font-size: 12px;font-style: italic;"
>鏃犲浘鐗�</span>
@@ -156,7 +156,7 @@
height="25px"
alt=""
style="max-width:80px;font-size: 12px;font-style: italic;"
- />
+ /> -->
<!-- <j-dict-select-tag
v-if="col.dataIndex == 'inspectionProjectResult' "
allow-clear
@@ -206,7 +206,7 @@
:disabled="record.disabled"
/>
- <j-image-upload
+ <!-- <j-image-upload
:value="text"
v-if="col.dataIndex == 'abnormalPhoto'"
:isMultiple="false"
@@ -215,7 +215,7 @@
@change="(e)=>handleChange(e, record.key, col, index)"
:disabled="record.disabled"
>
- </j-image-upload>
+ </j-image-upload> -->
<!-- <Tooltip
placement="top"
--
Gitblit v1.9.3