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();