diff --git a/src/hooks/useTableSelectionWithPagination.ts b/src/hooks/useTableSelectionWithPagination.ts
index 71286e5..b13574b 100644
--- a/src/hooks/useTableSelectionWithPagination.ts
+++ b/src/hooks/useTableSelectionWithPagination.ts
@@ -33,6 +33,7 @@ export function useTableSelectionWithPagination(options: UseTableSelectionWithPa
const select = selectedKeys.includes(rowKeyValue);
selectedRowKeys.value = selectedKeys;
+ console.log('handleSelect', selectedKeys, rowKeyValue, record);
if (select) {
if (!selectedRows.value.some((v) => v[rowKey] === record[rowKey])) {
selectedRows.value.push(record);
diff --git a/src/layouts/components/navbar/components/task-center-modal/components/export-task/index.vue b/src/layouts/components/navbar/components/task-center-modal/components/export-task/index.vue
index a0d1ea6..cd887a9 100644
--- a/src/layouts/components/navbar/components/task-center-modal/components/export-task/index.vue
+++ b/src/layouts/components/navbar/components/task-center-modal/components/export-task/index.vue
@@ -1,7 +1,7 @@
diff --git a/src/views/writer-material-center/components/finished-products/manuscript/check-list/components/manuscript-check-table/index.vue b/src/views/writer-material-center/components/finished-products/manuscript/check-list/components/manuscript-check-table/index.vue
index 9c8b53a..6b8b57a 100644
--- a/src/views/writer-material-center/components/finished-products/manuscript/check-list/components/manuscript-check-table/index.vue
+++ b/src/views/writer-material-center/components/finished-products/manuscript/check-list/components/manuscript-check-table/index.vue
@@ -1,135 +1,130 @@
-
- {{
- getCustomerOpinionInfo(record.customer_opinion)?.label ?? '-'
- }}
-
- {{ exactFormatTime(record[column.dataIndex]) }}
-
-
-
- {{
- record.ai_review?.compliance_level ? `${record.ai_review?.compliance_level}%` : '-'
- }}
-
-
-
- {{
- record.type === EnumManuscriptType.Image ? '图文' : '视频'
- }}
-
-
-
-
-
-
-