From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期二, 06 八月 2024 11:16:58 +0800
Subject: [PATCH] gitlab上面的wms转移到公司git

---
 src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue b/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue
index 3d11e19..cc45393 100644
--- a/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue
+++ b/src/views/reportForm/outboundDetail/AddOutboundDetailDialog.vue
@@ -239,7 +239,7 @@
                 @addProductClick="addProductClick('鎿嶄綔')"
               >
                 <template v-if="showFooter" slot="tableButton">
-                  <el-table-column label="鎿嶄綔" width="60" fixed="right" align="center">
+                  <el-table-column label="鎿嶄綔" width="60" align="center">
                     <template slot-scope="scope">
                       <div @click="handleDelClick(scope, '鎿嶄綔')">
                         <i class="el-icon-delete"></i>

--
Gitblit v1.8.0