From 6e73ceceda303d1a73b2f53e0eb55a7f46abc8aa Mon Sep 17 00:00:00 2001
From: deslrey <deslre0381@gmail.com>
Date: 星期一, 12 一月 2026 14:13:31 +0800
Subject: [PATCH] 外购下单时,配置辅助线芯需要输入型号参数,更新检验项的区间设置
---
src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue b/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
index a63023a..7b443f3 100644
--- a/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
+++ b/src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
@@ -5,7 +5,7 @@
:visible.sync="formDia"
width="90%" @close="closeDia">
<div v-if="operationType === 'edit'" style="text-align: right">
- <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="medium" type="primary" @click="validation">楠岃瘉纭</el-button>
+ <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="small" type="primary" @click="validation">楠岃瘉纭</el-button>
</div>
<table border="1" cellspacing="10" class="tables">
<tr>
--
Gitblit v1.9.3