diff --git a/frontend/src/views/data-process/DataProcessListView.vue b/frontend/src/views/data-process/DataProcessListView.vue index e21b990..ff78bcb 100644 --- a/frontend/src/views/data-process/DataProcessListView.vue +++ b/frontend/src/views/data-process/DataProcessListView.vue @@ -20,7 +20,7 @@ interface DataProcessTask { const router = useRouter() const dataList = ref([ { - id: 1, + id: 183921, name: '客服问答数据清洗', status: 'completed', process_type: '去重清洗', @@ -29,7 +29,7 @@ const dataList = ref([ create_time: '2026-07-08 14:23:00', }, { - id: 2, + id: 492015, name: '指令微调数据构造', status: 'running', process_type: '指令构造', @@ -38,7 +38,7 @@ const dataList = ref([ create_time: '2026-07-09 09:10:00', }, { - id: 3, + id: 731948, name: '敏感信息脱敏处理', status: 'pending', process_type: '脱敏处理', @@ -46,7 +46,7 @@ const dataList = ref([ create_time: '2026-07-09 16:45:00', }, { - id: 4, + id: 582012, name: '多轮对话拼接', status: 'failed', process_type: '格式转换', @@ -89,6 +89,7 @@ function formatDateTime(value?: string) { :page-size="10" >