From bd494599a69873adb902f495ec10275b9be82c4a Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Tue, 3 Sep 2019 17:03:05 +0800 Subject: [PATCH] =?UTF-8?q?desc:=20=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=9D=83=E9=99=90title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/orderauthor/author/draft/ruleForm.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/orderauthor/author/draft/ruleForm.vue b/src/views/orderauthor/author/draft/ruleForm.vue index f59442553..eb9a13430 100644 --- a/src/views/orderauthor/author/draft/ruleForm.vue +++ b/src/views/orderauthor/author/draft/ruleForm.vue @@ -3,7 +3,7 @@
- + @@ -112,6 +112,9 @@ export default { computed: { height() { return this.$store.state.app.height - 65; + }, + title() { + return this.$route.query.id ? '修改权限' : '新建权限'; } }, mounted() {