From 79f7d8c1fbba7617bfc7610d1578627c2ae0b609 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 23 十月 2023 17:49:06 +0800
Subject: [PATCH] modified: src/api/technology/completeproductstructure.js modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/document/index.vue
---
src/views/basic/part/part-form.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/basic/part/part-form.vue b/src/views/basic/part/part-form.vue
index 9a088f2..be71876 100644
--- a/src/views/basic/part/part-form.vue
+++ b/src/views/basic/part/part-form.vue
@@ -20,12 +20,12 @@
placeholder="闆朵欢鍙�"
:disabled="(dataForm.id != null && dataForm.id > 0) || status"
>
- <el-button
+ <!-- <el-button
slot="append"
icon="el-icon-search"
@click="openPartDialog()"
v-show="!dataForm.id"
- ></el-button>
+ ></el-button> -->
</el-input>
</el-form-item>
</el-col>
@@ -36,11 +36,11 @@
placeholder="闆朵欢鍚嶇О"
:disabled="status"
>
- <el-button
+ <!-- <el-button
slot="append"
icon="el-icon-search"
@click="openPartDialog()"
- ></el-button>
+ ></el-button> -->
</el-input>
</el-form-item>
</el-col>
--
Gitblit v1.9.3