From 1b1fee32c3d9f579a5224e0bd6f0a5eb353868e8 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期六, 22 二月 2025 10:26:03 +0800 Subject: [PATCH] 发放回收修改 --- src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue | 4 ++-- src/components/Preview/filePreview.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Preview/filePreview.vue b/src/components/Preview/filePreview.vue index 0381a79..b449e48 100644 --- a/src/components/Preview/filePreview.vue +++ b/src/components/Preview/filePreview.vue @@ -96,6 +96,7 @@ if (state) { this.imgUrl = this.fileUrl.replaceAll('word', 'img') } + console.log(11111, this.imgUrl) return state; }, isPdf() { diff --git a/src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue b/src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue index c111c0f..08be833 100644 --- a/src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue +++ b/src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue @@ -222,8 +222,8 @@ prop: "version", }, { label: "鏂囦欢鐘舵��", prop: "documentState" }, - { label: "鍙戞斁缂栧彿", prop: "issueUserName" }, - { label: "鍙戞斁浜�", prop: "department" }, + { label: "鍙戞斁缂栧彿", prop: "issueCode" }, + { label: "鍙戞斁浜�", prop: "issueUserName" }, { label: "鍙戞斁鏃ユ湡", prop: "issueDate" }, { label: "鍥炴敹浜�", prop: "recycleUserName" }, { label: "鍥炴敹鏃ユ湡", prop: "recycleDate" }, -- Gitblit v1.9.3