From 34b44ef04091bdf3c7d97cf94d0f3d2fc8bfa031 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期二, 19 十二月 2023 09:26:04 +0800 Subject: [PATCH] modified: src/views/plan/manufacturingorder/index.vue modified: vue.config.js --- src/views/technology/document/document-form.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index 19348cf..b3448e3 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -7,7 +7,7 @@ <h2 v-if="!editable">鏌ョ湅-宸ヨ壓鏂囦欢</h2> </div> <div class="btn-group header-right" v-if="editable"> - <el-button @click="save()">淇濆瓨</el-button> + <el-button type="primary" @click="save()">淇濆瓨</el-button> </div> </div> <div class="page-main"> -- Gitblit v1.9.3