From 6c28600ebc52d6b64ff915136f2e9c256f591460 Mon Sep 17 00:00:00 2001 From: xusd Date: Wed, 28 Aug 2024 16:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E6=95=B0=E6=8D=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=9C=BA=E5=BA=8A=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imt-ui/src/views/system/baseData/customerInfo/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imt-ui/src/views/system/baseData/customerInfo/index.vue b/imt-ui/src/views/system/baseData/customerInfo/index.vue index 4b74cc3..57ddcec 100644 --- a/imt-ui/src/views/system/baseData/customerInfo/index.vue +++ b/imt-ui/src/views/system/baseData/customerInfo/index.vue @@ -138,7 +138,7 @@ export default { /** 删除按钮操作 */ async handleDelete(row) { const customerId = row.customerId; - await this.$modal.confirm('是否确认删除机床客户信息编号为"' + customerId + '"的数据项?') + await this.$modal.confirm('是否确认删除机床客户信息名称为"' + row.customerName + '"的数据项?') try { await CustomerInfoApi.deleteCustomerInfo(customerId); await this.getList();