@@ -274,7 +274,7 @@
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids;
- this.$modal.confirm('是否确认销除此卡吗?').then( () => {
+ this.$modal.confirm('是否要彻底删除该卡吗?').then( () => {
return delTableParamsApi(this.configUrl.delect,{
id: ids
});