From b8c7255b5021d7f15cab19bf4ec54eec9352d456 Mon Sep 17 00:00:00 2001
From: 黎星凯 <13949086503@163.com>
Date: 星期五, 28 六月 2024 16:02:35 +0800
Subject: [PATCH] 20240628 漏洞升级

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

diff --git a/admin-web/src/views/stock/transfer/transferApplication/detail.vue b/admin-web/src/views/stock/transfer/transferApplication/detail.vue
index ee6005a..d537880 100644
--- a/admin-web/src/views/stock/transfer/transferApplication/detail.vue
+++ b/admin-web/src/views/stock/transfer/transferApplication/detail.vue
@@ -66,7 +66,7 @@
         </el-table-column>
         <el-table-column prop="price" label="閲戦" align="center">
           <template slot-scope="scope">
-            {{ scope.row.price }}
+            {{ scope.row.totalAmount }}
           </template>
         </el-table-column>
       </el-table>

--
Gitblit v1.9.1