From 626ee7023ecab5a3827a0ecad10ff44ac0017de1 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 19 Mar 2025 11:26:09 +0800 Subject: [PATCH] 20240319 --- src/views/modules/quote/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue index 83f8ac7..fcc31c2 100644 --- a/src/views/modules/quote/index.vue +++ b/src/views/modules/quote/index.vue @@ -586,7 +586,7 @@ export default { }) }, handleUpdateStatus(row){ - this.$confirm('确定要下达该报价单吗?', '提示', { + this.$confirm(`确定要${row.enStatus}该报价单吗?`, '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'