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>