From b3abd460d8f68b9f501b48aeecaa344ff18c033a Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期三, 26 八月 2026 17:05:29 +0800
Subject: [PATCH] feat(mes): 生产任务报工人下拉源调整为工作站人力配置

---
 src/packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue b/src/packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue
index 3a9fd65..5b3a05e 100644
--- a/src/packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue
+++ b/src/packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue
@@ -43,6 +43,7 @@
   Breadcrumb,
   BuiltinTheme,
   ColorMode,
+  Company,
   Content,
   Copyright,
   Custom,
@@ -256,6 +257,10 @@
       label: $t('preferences.general'),
       value: 'general',
     },
+    {
+      label: $t('preferences.company.title'),
+      value: 'company',
+    },
   ];
 
   if (showCustomTab.value) {
@@ -352,6 +357,7 @@
         <VbenSegmented
           v-model="activeTab"
           :tabs="tabs"
+          scrollable
           :class="{
             'sticky-tabs-header': appEnableStickyPreferencesNavigationBar,
           }"
@@ -511,7 +517,6 @@
                 v-model:copyright-enable="copyrightEnable"
                 v-model:copyright-icp="copyrightIcp"
                 v-model:copyright-icp-link="copyrightIcpLink"
-                :disabled="!footerEnable"
               />
             </Block>
           </template>
@@ -527,6 +532,11 @@
               />
             </Block>
           </template>
+          <template #company>
+            <Block :title="$t('preferences.company.title')">
+              <Company />
+            </Block>
+          </template>
           <template #custom>
             <Block :title="customTabTitle">
               <Custom

--
Gitblit v1.9.3