From 18d02e7db16cf5a21f8d5a152dd7ab27212d8eb6 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 23 十月 2023 16:44:27 +0800 Subject: [PATCH] modified: src/views/admin/menu/index.vue modified: src/views/admin/menu/menu-form.vue modified: src/views/plan/customerorder/customerorder-form.vue modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/completeproductstructure/index.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/structure/index.vue modified: vue.config.js --- 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