From 62df539108d637fea8740678e78f84e95c148c14 Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Thu, 18 Jul 2024 15:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=9C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/release/productioninformation.vue | 13 +++++++++---- src/views/smart/operationticket.vue | 10 +++++++--- src/views/smart/operationticketDetail.vue | 11 ++++++----- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/views/release/productioninformation.vue b/src/views/release/productioninformation.vue index cb0ae68..6890535 100644 --- a/src/views/release/productioninformation.vue +++ b/src/views/release/productioninformation.vue @@ -31,35 +31,40 @@ 新增 发布 停用 批量驳回 批量审核 diff --git a/src/views/smart/operationticket.vue b/src/views/smart/operationticket.vue index 811af90..6a55c54 100644 --- a/src/views/smart/operationticket.vue +++ b/src/views/smart/operationticket.vue @@ -32,29 +32,33 @@ 新增 批量驳回 批量审核 导出 新增 @@ -63,27 +64,27 @@ + v-if="shouldShowButton && permission.operationticket_close"> 关票 + v-if="shouldShowButton && permission.operationticket_audit"> 审核 + v-if="shouldShowButton && permission.operationticket_reject"> 驳回 + v-if="shouldShowButton && permission.operationticket_edit"> 修改 + v-if="shouldShowButton && permission.operationticket_delete"> 删除