From 0c546f53e1bcd32725b8bdd90c33477235d22a4e Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Mon, 4 Jan 2021 10:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=98=E8=B4=B9=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/schoolcharge/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/schoolcharge/index.vue b/ruoyi-ui/src/views/benyi/schoolcharge/index.vue index af9639020..39fa1a0c8 100644 --- a/ruoyi-ui/src/views/benyi/schoolcharge/index.vue +++ b/ruoyi-ui/src/views/benyi/schoolcharge/index.vue @@ -60,7 +60,7 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['benyi:schoolcharge:edit']" - >修改设置 { this.form = response.data; this.open = true; - this.title = "修改园所收费标准"; + this.title = "设置园所收费标准"; }); } }, @@ -258,7 +258,7 @@ export default { if (this.form.id != undefined) { updateSchoolcharge(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("修改成功"); + this.msgSuccess("设置成功"); this.open = false; this.getList(); }