lifanagju_citu 6 месяцев назад
Родитель
Сommit
bf8bb614d0

+ 2 - 2
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/enterpriseAlbum.vue

@@ -56,8 +56,8 @@ const getInfo = async () => {
   const data = await getEnterpriseBaseInfo()
   // 完成度展示
   emit('complete', {
-    totalCount: 1,
-    completeCount: data?.albumList?.length ? 1 : 0,
+    totalCount: 10,
+    completeCount: data?.albumList?.length ? 10 : 0,
     id: 'enterpriseAlbum'
   })
 

+ 2 - 2
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/enterpriseLabel.vue

@@ -105,8 +105,8 @@ const getData = async () => {
   chosen.value = data?.tagList || []
   // 完成度展示
   emit('complete', {
-    totalCount: 1,
-    completeCount: chosen.value?.length ? 1 : 0,
+    totalCount: 10,
+    completeCount: chosen.value?.length ? 10 : 0,
     id: 'enterpriseLabel'
   })
 }

+ 2 - 2
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/enterpriseLogo.vue

@@ -64,8 +64,8 @@ const getInfo = async () => {
     await userStore.getEnterpriseInfo() // 更新当前登录的企业用户信息
   }
   emit('complete', {
-    totalCount: 1,
-    completeCount: squareImageUrl?.value ? 1 : 0,
+    totalCount: 10,
+    completeCount: squareImageUrl?.value ? 10 : 0,
     id: 'enterpriseLogo'
   })
 }

+ 2 - 2
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/welfareLabel.vue

@@ -105,8 +105,8 @@ const getData = async () => {
   chosen.value = data?.welfareList || []
   // 完成度展示
   emit('complete', {
-    totalCount: 1,
-    completeCount: chosen.value?.length ? 1 : 0,
+    totalCount: 10,
+    completeCount: chosen.value?.length ? 10 : 0,
     id: 'welfareLabel'
   })
 }