From 09ff6c03b1d1b89fe08b7354ac936b7c81e5a3aa Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期六, 09 十二月 2023 18:28:06 +0800 Subject: [PATCH] 调拨详情显示金额 --- admin-web/src/components/upload/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin-web/src/components/upload/index.vue b/admin-web/src/components/upload/index.vue index cc70d3a..d3ef5d8 100644 --- a/admin-web/src/components/upload/index.vue +++ b/admin-web/src/components/upload/index.vue @@ -44,7 +44,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;" > @@ -54,9 +54,9 @@ </template> <script> -import { getToken } from '@/utils/auth' -import { sessionToken } from '@/settings' -import { getDownUrl } from '@/utils/base' +import {getToken} from '@/utils/auth' +import {sessionToken} from '@/settings' +import {getDownUrl} from '@/utils/base' import Viewer from 'viewerjs' import 'viewerjs/dist/viewer.css' -- Gitblit v1.9.1