From d1c146f9dab24829e7dddafc48a1bbc6a9c7cf47 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 11 Sep 2019 14:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=9B=9E=E6=94=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/orderauthor/permission/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/orderauthor/permission/index.vue b/src/views/orderauthor/permission/index.vue index 13c09fef7..4b43efcd1 100644 --- a/src/views/orderauthor/permission/index.vue +++ b/src/views/orderauthor/permission/index.vue @@ -175,7 +175,7 @@ export default { name: this.$t('orderAuthor.recovery'), handleClick: this.handleRestore, type: 'danger', - showControl: (row) => { return row.status == '1' && row.source == '03' || row.source == '04' || row.source =='05'; } + showControl: (row) => { return row.status == '1' && (row.source == '03' || row.source == '04' || row.source =='05'); } } ] }