From 1b7ff2f053d04a5332aadf59820b567cae1df8d4 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 25 三月 2025 10:14:40 +0800
Subject: [PATCH] 原辅料下单1.报检类型增加2.检验项匹配
---
src/views/structural/capabilityAndLaboratory/workshop/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/structural/capabilityAndLaboratory/workshop/index.vue b/src/views/structural/capabilityAndLaboratory/workshop/index.vue
index 12e0053..5ccdf89 100644
--- a/src/views/structural/capabilityAndLaboratory/workshop/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/workshop/index.vue
@@ -2,7 +2,7 @@
<div class="workshop">
<div class="search">
<div class="search_thing">
- <div class="search_label">鍚嶇О锛�</div>
+ <div class="search_label">杞﹂棿鍚嶇О锛�</div>
<div class="search_input">
<el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.name"
@keyup.enter.native="refreshTable()"></el-input>
@@ -32,7 +32,7 @@
</span>
</el-dialog>
<el-dialog :visible.sync="filesDialogVisible" title="闄勪欢鏌ョ湅" width="80%">
- <fileList :currentId="id" />
+ <fileList :currentId="id" v-if="filesDialogVisible" />
</el-dialog>
</div>
</template>
@@ -223,7 +223,7 @@
}
.search_label {
- width: 70px;
+ width: 90px;
font-size: 14px;
text-align: right;
}
--
Gitblit v1.9.3