From 8e9bc97e709f7e49586dffb9cc3d2dac4cfef4ca Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 26 三月 2026 10:13:02 +0800
Subject: [PATCH] 进销存升级 1.语法修改

---
 src/views/inventoryManagement/stockWarning/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/inventoryManagement/stockWarning/index.vue b/src/views/inventoryManagement/stockWarning/index.vue
index 4f0b849..b5216cb 100644
--- a/src/views/inventoryManagement/stockWarning/index.vue
+++ b/src/views/inventoryManagement/stockWarning/index.vue
@@ -41,7 +41,7 @@
       <!-- 鎿嶄綔鎸夐挳 -->
       <div class="table-operations">
         <el-button type="primary" @click="handleAdd">鏂板棰勮瑙勫垯</el-button>
-        <!-- <el-button type="success" @click="handleBatchProcess">鎵归噺澶勭悊</el-button> -->
+        <!-- <el-button type="success" @click="handleBatchProcess">鎵归噺澶勭悊@</el-button> -->
         <el-button @click="handleExport">瀵煎嚭</el-button>
       </div>
       <el-table
@@ -119,9 +119,9 @@
         <!-- 鎿嶄綔鍒� -->
         <el-table-column fixed="right" label="鎿嶄綔" width="200" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="handleEdit(scope.row)">缂栬緫</el-button>
-            <el-button link type="success" size="small" @click="handleProcess(scope.row)">澶勭悊</el-button>
-            <el-button link type="danger" size="small" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row)">缂栬緫</el-button>
+<!--            <el-button link type="success" size="small" @click="handleProcess(scope.row)">澶勭悊@</el-button>-->
+            <el-button link type="danger" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
           </template>
         </el-table-column>
       </el-table>

--
Gitblit v1.9.3