From 82cfd670c6122b302a7c50ac75602472e6f1206f Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Tue, 3 Sep 2019 11:21:54 +0800 Subject: [PATCH] =?UTF-8?q?desc:=20=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BAtitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../author/draft/choosePermission.vue | 20 ++++---- src/views/orderauthor/rules/detail.vue | 2 +- src/views/package/draft/editRule.vue | 49 +++++++++++-------- 3 files changed, 39 insertions(+), 32 deletions(-) diff --git a/src/views/orderauthor/author/draft/choosePermission.vue b/src/views/orderauthor/author/draft/choosePermission.vue index a1ae70c06..a350e4b1c 100644 --- a/src/views/orderauthor/author/draft/choosePermission.vue +++ b/src/views/orderauthor/author/draft/choosePermission.vue @@ -73,12 +73,8 @@ export default { indexShow: true, columns: [ { - title: '创建时间', - prop: 'createTime' - }, - { - title: '创建者', - prop: 'creatorUserName' + title: '权限名称', + prop: 'name' }, { title: '是否包权限', @@ -87,10 +83,6 @@ export default { columnValue: (row) => { return this.$convertField(row.isPackage, this.ruleLists, ['value', 'label']); }, tagType: (row) => { return ''; } }, - { - title: '权限名称', - prop: 'name' - }, { title: this.$t('orderAuthor.permissionType'), prop: 'type', @@ -98,6 +90,14 @@ export default { columnValue: (row) => { return this.$convertField(row.type, this.PermissionTypeList, ['value', 'label']); }, tagType: (row) => { return ''; } }, + { + title: '创建时间', + prop: 'createTime' + }, + { + title: '创建者', + prop: 'creatorUserName' + }, { type: 'button', title: this.$t('global.operate'), diff --git a/src/views/orderauthor/rules/detail.vue b/src/views/orderauthor/rules/detail.vue index 10ce0e10b..0ce5cd64f 100644 --- a/src/views/orderauthor/rules/detail.vue +++ b/src/views/orderauthor/rules/detail.vue @@ -1,5 +1,5 @@