浏览代码

删除提示语优化

shasha 2 月之前
父节点
当前提交
16ddfe778f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      snowy-admin-web/src/views/biz/customer/accountIndex.vue

+ 1 - 1
snowy-admin-web/src/views/biz/customer/accountIndex.vue

@@ -22,7 +22,7 @@
 				</template>
 				<template v-if="column.dataIndex === 'action'">
 					<a-space>
-						<a-popconfirm title="确定要删除此字段吗?" v-if="hasPerm('customerAccountDelete')" @confirm="deleteCustomerAccount(record)">
+						<a-popconfirm title="确定要删除此账号吗?" v-if="hasPerm('customerAccountDelete')" @confirm="deleteCustomerAccount(record)">
 							<a-button type="link" danger size="small">删除</a-button>
 						</a-popconfirm>
 					</a-space>