From e94cd94e83997dada04fc7b061e3db65311895eb Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 31 十月 2023 11:59:11 +0800 Subject: [PATCH] s --- src/views/plan/customerorder/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index cf9d74d..239db79 100644 --- a/src/views/plan/customerorder/index.vue +++ b/src/views/plan/customerorder/index.vue @@ -919,14 +919,14 @@ // }) // } if (this.permissions.customerorder_submit_oa) { - // this.table.toolbar.push({ - // text: '鎻愪氦瀹℃牳', - // type: 'primary', - // fun: this.auditCustomerOrder, - // disabled: false, - // permitArr: [], - // loading: false - // }) + this.table.toolbar.push({ + text: '鎻愪氦瀹℃牳', + type: 'primary', + fun: this.auditCustomerOrder, + disabled: false, + permitArr: [], + loading: false + }) } if (this.permissions.customerorder_set_salesparts) { this.table.toolbar.push({ -- Gitblit v1.9.3