From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改 批量派发 没绑定工艺路线的单子,显示在最前面
---
src/layout/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/layout/index.vue b/src/layout/index.vue
index ef496af..c4341dd 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -33,9 +33,9 @@
<tags-view v-if="needTagsView" />
</div>
<app-main />
- <right-panel v-if="showSettings">
- <settings />
- </right-panel>
+ <!-- <right-panel v-if="showSettings">-->
+ <!-- <settings />-->
+ <!-- </right-panel>-->
</div>
</div>
</template>
--
Gitblit v1.9.3