Explorar el Código

删除提示语优化

shasha hace 2 meses
padre
commit
16ddfe778f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>