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 }} + +
+
+ 审核时间 + +