From 438e8eac80cd2cb50d9c005a23492d7e4f2935b7 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 15 Aug 2025 17:55:44 +0800 Subject: [PATCH 1/4] =?UTF-8?q?perf:=20=E4=B8=8A=E4=BC=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manuscript-writer/check-list/constants.ts | 2 +- .../list/components/manuscript-table/constants.ts | 2 +- .../manuscript/check-list/constants.ts | 2 +- .../manuscript/list/components/manuscript-table/constants.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/constants.ts b/src/views/creative-generation-workshop/manuscript-writer/check-list/constants.ts index 8f194d9..76b6b00 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/check-list/constants.ts +++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/constants.ts @@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [ }, { title: '上传时间', - dataIndex: 'updated_at', + dataIndex: 'created_at', width: 180, sortable: { sortDirections: ['ascend', 'descend'], diff --git a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/constants.ts b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/constants.ts index 6b1a059..dad1cb9 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/constants.ts +++ b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/constants.ts @@ -35,7 +35,7 @@ export const TABLE_COLUMNS = [ }, { title: '上传时间', - dataIndex: 'updated_at', + dataIndex: 'created_at', width: 180, sortable: { sortDirections: ['ascend', 'descend'], diff --git a/src/views/creative-generation-workshop/manuscript/check-list/constants.ts b/src/views/creative-generation-workshop/manuscript/check-list/constants.ts index 686e838..429ebd6 100644 --- a/src/views/creative-generation-workshop/manuscript/check-list/constants.ts +++ b/src/views/creative-generation-workshop/manuscript/check-list/constants.ts @@ -30,7 +30,7 @@ export const TABLE_COLUMNS1 = [ }, { title: '上传时间', - dataIndex: 'updated_at', + dataIndex: 'created_at', width: 180, sortable: { sortDirections: ['ascend', 'descend'], diff --git a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/constants.ts b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/constants.ts index 859b8fe..d6d437b 100644 --- a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/constants.ts +++ b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/constants.ts @@ -40,7 +40,7 @@ export const TABLE_COLUMNS = [ }, { title: '上传时间', - dataIndex: 'updated_at', + dataIndex: 'created_at', width: 180, sortable: { sortDirections: ['ascend', 'descend'], From cb1350242c4883417feb19af85696433141e3e44 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 15 Aug 2025 17:59:13 +0800 Subject: [PATCH 2/4] =?UTF-8?q?style:=20=E5=B9=B3=E5=8F=B0=E5=8A=A0?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../check-list/components/manuscript-check-table/index.vue | 2 +- .../check-list/components/manuscript-check-table/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue index eeb0e50..9f1d67e 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue @@ -51,7 +51,7 @@