From d6e325fe9e2bfeb9aa094d6ee4e92b0a632a3490 Mon Sep 17 00:00:00 2001 From: caoxiaozhu Date: Mon, 27 Jul 2026 11:23:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(data-process):=20=E6=8C=89=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scripts/regression-data-process-detail.mjs | 7 +++++-- .../views/data-process/DataProcessDetailView.vue | 15 ++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/scripts/regression-data-process-detail.mjs b/frontend/scripts/regression-data-process-detail.mjs index 300c6cc..25efb08 100644 --- a/frontend/scripts/regression-data-process-detail.mjs +++ b/frontend/scripts/regression-data-process-detail.mjs @@ -51,8 +51,11 @@ assert.match(detailSource, /v-model="keyword"/, '结果明细缺少搜索能力' assert.match(detailSource, /v-model="statusFilter"/, '结果明细缺少状态筛选') assert.match(detailSource, /:tooltip-options="resultCellTooltipOptions"/, '结果明细没有配置受控的长文本提示') assert.match(detailSource, /\.data-process-result-tooltip[\s\S]*?max-width:\s*min\(520px,\s*calc\(100vw - 32px\)\)/, '结果明细长文本提示没有限制最大宽度') -assert.match(detailSource, /updateDataProcessResult\(taskId\.value,[\s\S]*?expected_updated_at:/, '结果编辑没有携带并发版本时间') -assert.match(detailSource, /restoreDataProcessResult\(taskId\.value,\s*result\.id\)/, '结果恢复没有调用真实 API') +assert.match(detailSource, /已发布数据请前往数据集详情编辑/, '结果明细没有说明已发布数据的编辑入口') +assert.match(detailSource, / {
-

结果明细

查看、编辑或恢复处理结果

+
+

结果明细

+

{{ hasCurrentPublishedDataset ? '查看生成结果与质量状态,已发布数据请前往数据集详情编辑' : '查看、编辑或恢复待发布结果' }}

+
{ {{ resultStatusLabel(row.status) }} - +