From 36e71978a92ee64375b2c339e5e05d47b6b23fba Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 14 四月 2023 15:18:58 +0800 Subject: [PATCH] 修改接口和页面 --- src/views/analyse/identify/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/analyse/identify/index.vue b/src/views/analyse/identify/index.vue index eb0ce8e..ab50465 100644 --- a/src/views/analyse/identify/index.vue +++ b/src/views/analyse/identify/index.vue @@ -203,7 +203,7 @@ const accessIdentify = (val: IdentifyType) => { if(val.factorQueryDTOList?.length > 0){ - ElMessageBox.confirm(`此操作将派发该计划:“${val.assessPlanName}”,是否继续?`, '提示', { + ElMessageBox.confirm(`此操作将提交该计划:“${val.assessPlanName}”的辨识信息,是否继续?`, '提示', { confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning' -- Gitblit v1.9.2