Xiao_123 10 tháng trước cách đây
mục cha
commit
29abd33179

+ 2 - 1
src/layout/enterprise.vue

@@ -42,7 +42,8 @@ const route = useRoute()
 const whiteList = [
   '/recruit/enterprise/talentPool/details',
   '/recruit/enterprise/position/details',
-  '/recruit/enterprise/purchasePackage'
+  '/recruit/enterprise/purchasePackage',
+  '/recruit/enterprise/systemManagement/groupAccount/addBranchOffice'
 ]
 // 查询是否在白名单内,在则不展示面包屑
 const isInWhiteList = (url, whiteList)=> {

+ 1 - 1
src/router/modules/components/recruit/enterprise.js

@@ -239,9 +239,9 @@ const enterprise = [
         path: '/recruit/enterprise/systemManagement/groupAccount/addBranchOffice',
         show: true,
         meta: {
+          hideSide: true,
           title: '添加分支机构',
           enName: 'Add a branch office'
-          // title: '新增岗位'
         },
         component: () => import('@/views/recruit/enterprise/systemManagement/groupAccount/addBranchOffice.vue')
       },

+ 1 - 1
src/views/recruit/enterprise/systemManagement/groupAccount/addBranchOffice.vue

@@ -1,7 +1,7 @@
 <!-- 添加分支机构 -->
 <template>
   <v-card class="card-box pa-5">
-    <div>
+    <div class="default-width">
       <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#f7f8fa" @update:model-value="handleChangeTab">
         <v-tab v-for="val in tabList" :key="val.value" :value="val.value"> {{ val.label }}</v-tab>
       </v-tabs>