From 81ab1c3f753f74f0324936d3d9fe2cb341945048 Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期五, 15 八月 2025 17:55:55 +0800
Subject: [PATCH] refactor(刀具管理): 优化代码格式和逻辑结构

---
 src/views/base/SupplierList.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/base/SupplierList.vue b/src/views/base/SupplierList.vue
index bbc0a89..81e83ca 100644
--- a/src/views/base/SupplierList.vue
+++ b/src/views/base/SupplierList.vue
@@ -10,7 +10,7 @@
       >
         <a-row :gutter="30">
 
-           <a-col :xl="4" :lg="7" :md="8" :sm="24">
+           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <a-form-item label="渚涘簲鍟嗙紪鍙�">
               <j-input
                 placeholder="璇疯緭鍏ヤ緵搴斿晢缂栧彿妫�绱�"
@@ -19,7 +19,7 @@
             </a-form-item>
           </a-col>
 
-           <a-col :xl="4" :lg="7" :md="8" :sm="24">
+           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <a-form-item label="渚涘簲鍟嗗悕绉�">
               <j-input
                 placeholder="璇疯緭鍏ヤ緵搴斿晢鍚嶇О妫�绱�"
@@ -28,7 +28,7 @@
             </a-form-item>
           </a-col>
 
-          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
               <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
               <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
@@ -102,7 +102,7 @@
               <a-icon type="down" />
             </a>
             <a-menu slot="overlay">
-              <a-menu-item>
+              <a-menu-item v-if="record.supplierStatus==1">
                 <a @click="handleEdit(record)">缂栬緫</a>
               </a-menu-item>
               <a-menu-item>

--
Gitblit v1.9.3