spring
2025-02-22 1b1fee32c3d9f579a5224e0bd6f0a5eb353868e8
发放回收修改
已修改2个文件
5 ■■■■■ 文件已修改
src/components/Preview/filePreview.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/systemManagement/documentControl/components/DistributionCollectionRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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() {
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" },