From 7b4ebbd2b3ded221755d89391a9a66b6a5c5d910 Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Tue, 16 Jul 2024 15:47:25 +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/smart/operationticketDetail.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/smart/operationticketDetail.vue b/src/views/smart/operationticketDetail.vue index d607490..7c99d4a 100644 --- a/src/views/smart/operationticketDetail.vue +++ b/src/views/smart/operationticketDetail.vue @@ -652,6 +652,11 @@ export default { this.type = column this.item_form.operationTicketNo = this.tab1_form.operationTicketNo; this.item_onLoad(); + if(this.type.prop==='operationItem'){ + this.addUpdateShowButton=false; + }else { + this.addUpdateShowButton=true; + } }, // 操作项目 新增按钮处理