From 58bbde3f1d17445d206927ff3163ccd07b6db2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=AD=90=E9=BE=99?= <14096380+qwe963852@user.noreply.gitee.com> Date: Thu, 26 Sep 2024 09:54:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=95=85=E9=9A=9C=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/breakdown/log/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/breakdown/log/index.vue b/src/views/breakdown/log/index.vue index 91141a9..093bfb7 100644 --- a/src/views/breakdown/log/index.vue +++ b/src/views/breakdown/log/index.vue @@ -288,7 +288,7 @@ export default { this.multiple = !selection.length }, handleUpdateStatusIgnore(id){ - this.$modal.confirm('是否确认忽略').then(function(){ + this.$modal.confirm('是否确认忽略编号为"'+id+'"的数据项?').then(function(){ return updateStatusById(id); }).then(()=>{ this.getListProcess();