From 9cf4b513cfc65d641d46be6ea424a9f45e4d48f7 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期二, 12 十二月 2023 11:43:24 +0800 Subject: [PATCH] feat: bug修复 12564 --- admin-web/src/views/stock/transfer/transferApplication/detail.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/src/views/stock/transfer/transferApplication/detail.vue b/admin-web/src/views/stock/transfer/transferApplication/detail.vue index f4c453a..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> @@ -77,7 +77,7 @@ <img v-if="checkImg(src.name)" class="v-img" - :src="src.url" + :src="getUrl(src.path)" :alt="src.name" style="width: 100px; height: 100px" /> -- Gitblit v1.9.1