From c30b850bdf5c48a2279f293d414850c32501192a Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 29 四月 2024 16:25:25 +0800 Subject: [PATCH] 修改首页样式 --- src/views/plan/customerorder/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index 3527286..742d7f9 100644 --- a/src/views/plan/customerorder/index.vue +++ b/src/views/plan/customerorder/index.vue @@ -60,6 +60,7 @@ <el-button style="margin-left: 10px;padding: 9px 14px;" type="primary" + v-if="permissions.plan_customerorder_check" @click="handleCheck" >瀹℃牳</el-button > -- Gitblit v1.9.3