From b4395f9dacf3a5a6f2798937a364d8a8b850208b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 6 Mar 2023 10:39:48 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/settings/index.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/system/settings/index.vue b/src/views/system/settings/index.vue index 0dff2da..5096300 100644 --- a/src/views/system/settings/index.vue +++ b/src/views/system/settings/index.vue @@ -8,23 +8,23 @@ v-show="showSearch" label-width="100px" > - + - + - + @@ -163,7 +163,7 @@ prop="settingsContent" show-overflow-tooltip /> --> - + - + - + diff --git a/src/views/system/settings/index.vue b/src/views/system/settings/index.vue index 5096300..991248c 100644 --- a/src/views/system/settings/index.vue +++ b/src/views/system/settings/index.vue @@ -586,15 +586,15 @@ export default { }, /** 删除按钮操作 */ handleDelete(row) { - const ids = row.id || this.ids; + const settingsNames = row.settingsName || this.settingsNames; this.$modal .confirm( - '是否确认删除泉医到家平台系统业务设置信息编号为"' + - ids + + '是否确认删除规则名称为"' + + settingsNames + '"的数据项?' ) .then(function () { - return delSettings(ids); + return delSettings(settingsNames); }) .then(() => { this.getList(); From 8b25cbdc24d64bb1a6ba7f9b51f6a211d3561237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 6 Mar 2023 11:27:39 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/coupon/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/coupon/index.vue b/src/views/system/coupon/index.vue index 1f9cac5..fe9e972 100644 --- a/src/views/system/coupon/index.vue +++ b/src/views/system/coupon/index.vue @@ -144,7 +144,8 @@ --> - + + Date: Mon, 6 Mar 2023 11:52:05 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/settings/index.vue | 90 +++++++++++++++-------------- 1 file changed, 47 insertions(+), 43 deletions(-) diff --git a/src/views/system/settings/index.vue b/src/views/system/settings/index.vue index 991248c..0f4ed6c 100644 --- a/src/views/system/settings/index.vue +++ b/src/views/system/settings/index.vue @@ -25,21 +25,21 @@ /> - + - - - - + + + - + - + - + @@ -336,7 +345,6 @@ placeholder="请输入系统设置内容" v-model="form.settingsContent" > -