From 2c706a5d58e8315980ea92d6b82e0e4959bad8ca Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期一, 11 十二月 2023 17:44:40 +0800 Subject: [PATCH] 1.修改单据导出 2.修改物品信息导入 --- 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