From f129612d40b65994a76c28776380c875a21601bb Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 16 Dec 2025 13:29:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=B5=81=E7=A8=8B=E5=AE=8C=E5=96=84=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/filePreview.vue | 50 +++++ pages/hrm/resignation_form.vue | 52 +++--- pages/ofm/borrowfile_form.vue | 34 ++-- pages/ofm/publicity_form.vue | 114 ++++++++++-- pages/ofm/seal_form.vue | 76 ++++---- pages/ofm/vehicle_form.vue | 308 +++++++++++++++++++++++++++---- pages/pum/supplieraudit_form.vue | 76 ++++---- pages/srm/paperse_form.vue | 127 ++++--------- pages/srm/patent_form.vue | 89 +++------ pages/srm/plat_form.vue | 60 +++--- utils/api.js | 14 +- 11 files changed, 662 insertions(+), 338 deletions(-) create mode 100644 components/filePreview.vue diff --git a/components/filePreview.vue b/components/filePreview.vue new file mode 100644 index 0000000..4c06498 --- /dev/null +++ b/components/filePreview.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/pages/hrm/resignation_form.vue b/pages/hrm/resignation_form.vue index 7a0ea48..dbe349c 100644 --- a/pages/hrm/resignation_form.vue +++ b/pages/hrm/resignation_form.vue @@ -2,41 +2,37 @@