From abec2bfb8eab25e3e161b29ed5fbb85f723e2935 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Mon, 13 Feb 2023 10:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=97=E4=BC=97=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/UserGroupList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/manage/UserGroupList.vue b/src/views/manage/UserGroupList.vue index 01f02801..08840b48 100644 --- a/src/views/manage/UserGroupList.vue +++ b/src/views/manage/UserGroupList.vue @@ -49,8 +49,8 @@ 修改 复制 发布 - 启用 - 停用 + 停用 + 启用 删除 @@ -278,8 +278,8 @@ }, publish(status,row){ let opt = "发布"; - if(row.status == 1){opt="启用";} - if(row.status == 2){opt="停用";} + if(row.status == 1){opt="停用";} + if(row.status == 2){opt="启用";} this.$confirm('您确定要'+opt+'所选受众吗?', '删除提示', { confirmButtonText: '确定', cancelButtonText: '取消',