From 29f4f224321e32015736a62e766b8dd7664afe92 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Mon, 4 Aug 2025 10:36:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E5=AE=B9=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/all/generationWorkshop.ts | 5 + .../check/components/filter-block/index.vue | 71 +++++- .../manuscript-check-table/constants.ts | 60 ----- .../delete-manuscript-modal.vue | 4 +- .../manuscript-check-table/index.vue | 57 ++++- .../manuscript-check-table/style.scss | 6 + .../manuscript/check/constants.ts | 221 +++++++++++++++++- .../manuscript/check/index.vue | 52 +++-- .../manuscript/check/style.scss | 13 ++ .../share-manuscript-modal/index.vue | 4 +- .../components/manuscript-table/constants.ts | 2 +- .../components/manuscript-table/index.vue | 2 +- 12 files changed, 403 insertions(+), 94 deletions(-) delete mode 100644 src/views/creative-generation-workshop/manuscript/check/components/manuscript-check-table/constants.ts diff --git a/src/api/all/generationWorkshop.ts b/src/api/all/generationWorkshop.ts index e29bc84..e365302 100644 --- a/src/api/all/generationWorkshop.ts +++ b/src/api/all/generationWorkshop.ts @@ -53,3 +53,8 @@ export const putWorkAuditsAuditPass = (params = {}) => { const { id: auditId, ...rest } = params as { id: string; [key: string]: any }; return Http.put(`/v1/work-audits/${auditId}/audit-pass`, rest); }; + +// 生成分享链接 +export const getWriterLinksGenerate = (params = {}) => { + return Http.get('/v1/writer-links/generate', params); +}; \ No newline at end of file diff --git a/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue b/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue index edc1821..c8bca08 100644 --- a/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue +++ b/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue @@ -10,7 +10,7 @@ 内容稿件标题 +
+ 序号 + + + + + +
+
+ 上传时间 + +
+
+ 审核平台 + + {{ item.label }} + +
+
+ 审核时间 + +