From ac4341ea6b66ae02427d39d35f41d42d78b2eb2e Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 14 二月 2025 10:08:32 +0800
Subject: [PATCH] #

---
 zy-asrs-admin/src/views/out/orderOut/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zy-asrs-admin/src/views/out/orderOut/index.vue b/zy-asrs-admin/src/views/out/orderOut/index.vue
index ed8ded9..e362c5f 100644
--- a/zy-asrs-admin/src/views/out/orderOut/index.vue
+++ b/zy-asrs-admin/src/views/out/orderOut/index.vue
@@ -74,13 +74,13 @@
         ...getColumnSearchProps('batch'),
     },
 
-    {
-        title: formatMessage('common.operation', '鎿嶄綔'),
-        name: 'oper',
-        dataIndex: 'oper',
-        key: 'oper',
-        width: 140,
-    },
+    // {
+    //     title: formatMessage('common.operation', '鎿嶄綔'),
+    //     name: 'oper',
+    //     dataIndex: 'oper',
+    //     key: 'oper',
+    //     width: 140,
+    // },
 ];
 
 const state = reactive({
@@ -241,9 +241,9 @@
 
         <a-card style="flex: 10;">
             <div class="table-header">
-                <a-button size="small" @click="handleBatchOrderOut()">
+                <!-- <a-button size="small" @click="handleBatchOrderOut()">
                     {{ formatMessage('common.orderOut', '鎵归噺鍑哄簱') }}
-                </a-button>
+                </a-button> -->
             </div>
             <a-table :row-selection="{ selectedRowKeys: state.selectedRowKeys, onChange: onSelectChange }"
                 :data-source="tableData" :defaultExpandAllRows="false" :key="TABLE_KEY" rowKey="id"

--
Gitblit v1.9.1