From 987704baea45fc60b87eee5fda0083c5130a3cde Mon Sep 17 00:00:00 2001 From: lihuilin Date: Thu, 24 Jul 2025 14:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E7=BA=A7=E5=8F=82=E6=95=B0=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/zhongchou/gift/importFixedList/index.vue | 2 +- .../src/views/zhongchou/gift/importuser/index.vue | 2 +- activitylink/src/views/zhongchou/level/index.vue | 79 +++++++++++++++++----- 3 files changed, 65 insertions(+), 18 deletions(-) diff --git a/activitylink/src/views/zhongchou/gift/importFixedList/index.vue b/activitylink/src/views/zhongchou/gift/importFixedList/index.vue index 07263c4..76b90f7 100644 --- a/activitylink/src/views/zhongchou/gift/importFixedList/index.vue +++ b/activitylink/src/views/zhongchou/gift/importFixedList/index.vue @@ -183,7 +183,7 @@ const submitAdd = async () => { // 删单个 const delUser = (row) => { - ElMessageBox.confirm('此操作确定要删除该内定用户吗?', '提示', { + ElMessageBox.confirm('确定要删除该内定用户吗?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' diff --git a/activitylink/src/views/zhongchou/gift/importuser/index.vue b/activitylink/src/views/zhongchou/gift/importuser/index.vue index cda8040..1b84a53 100644 --- a/activitylink/src/views/zhongchou/gift/importuser/index.vue +++ b/activitylink/src/views/zhongchou/gift/importuser/index.vue @@ -192,7 +192,7 @@ const batchDelete = async () => { ElMessage.warning('请先选择需要删除的用户') return } - ElMessageBox.confirm(`确定要删除选中的${selectedIds.value.length}条数据吗?`, '删除确认', { + ElMessageBox.confirm(`此操作会删除对应用户内定信息和中奖记录信息,确定要删除选中的${selectedIds.value.length}条数据吗?`, '删除确认', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' diff --git a/activitylink/src/views/zhongchou/level/index.vue b/activitylink/src/views/zhongchou/level/index.vue index b84faea..55fe83e 100644 --- a/activitylink/src/views/zhongchou/level/index.vue +++ b/activitylink/src/views/zhongchou/level/index.vue @@ -43,16 +43,28 @@ - + - + - +