From ae627eb6429b9597af5f3792f912871583b9f81e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 12 一月 2023 15:44:23 +0800
Subject: [PATCH] 物资

---
 src/views/facilityManagement/safetyGoodsAndEquipment/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue b/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
index a2ba323..16b16e9 100644
--- a/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
+++ b/src/views/facilityManagement/safetyGoodsAndEquipment/index.vue
@@ -4,7 +4,7 @@
             <el-row class="homeCard">
                 <div class="basic-line">
                     <span>分类名称:</span>
-                    <el-select class="input-box" v-model="tableData.listQuery.searchParams.bigClassifyId" placeholder="分类名称" filterable>
+                    <el-select class="input-box" v-model="tableData.listQuery.searchParams.bigClassifyId" placeholder="分类名称" filterable clearable>
                         <el-option
                             v-for="item in tableData.goodsBigClassifyList"
                             :key="item.id"
@@ -50,7 +50,7 @@
                                 <el-button size="small" text type="success" :icon="Edit" @click="openBatchInStorage('批量入库', scope.row)">批量入库</el-button>
                                 <el-button size="small" text type="warning" :icon="Edit" @click="openBatchOutStorage('批量出库', scope.row)">批量出库</el-button>
                                 <el-button size="small" text type="primary" :icon="Edit" @click="linkToGoodsDetail('查看明细', scope.row)">查看明细</el-button>
-                                <el-button size="small" text :icon="Edit" @click="onOpenDialogRef('编辑', scope.row)">编辑</el-button>
+<!--                                <el-button size="small" text :icon="Edit" @click="onOpenDialogRef('编辑', scope.row)">编辑</el-button>-->
                                 <el-button size="small" text type="danger" :icon="Delete" @click="onDelGoodsEquipment(scope.row)">删除</el-button>
                             </template>
                         </el-table-column>

--
Gitblit v1.9.2