From 99e37eb1e5ba8636b6a5994861dec31278d312c2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 21 十一月 2023 15:08:32 +0800
Subject: [PATCH] 列表搜索项支持级联

---
 admin-web/src/views/stock/transfer/transferissue/detail.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admin-web/src/views/stock/transfer/transferissue/detail.vue b/admin-web/src/views/stock/transfer/transferissue/detail.vue
index 849ea34..99fff27 100644
--- a/admin-web/src/views/stock/transfer/transferissue/detail.vue
+++ b/admin-web/src/views/stock/transfer/transferissue/detail.vue
@@ -67,16 +67,16 @@
               {{ scope.row.unit }}
             </template>
           </el-table-column>
-          <el-table-column prop="price" label="鐜版湁搴撳瓨" align="center">
-            <template slot-scope="scope">
-              {{ scope.row.price }}
-            </template>
-          </el-table-column>
           <el-table-column prop="counts" label="璋冩嫧鏁伴噺" align="center">
             <template slot-scope="scope">
               {{ scope.row.counts }}
             </template>
           </el-table-column>
+          <el-table-column prop="price" label="閲戦" align="center">
+            <template slot-scope="scope">
+              {{ scope.row.price }}
+            </template>
+          </el-table-column>
         </el-table>
       </div>
     </div>

--
Gitblit v1.9.1