Browse Source

工商信息

lifanagju_citu 3 tháng trước cách đây
mục cha
commit
3ac263136d
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/views/recruit/personal/jobFair/enterprise/index.vue

+ 8 - 0
src/views/recruit/personal/jobFair/enterprise/index.vue

@@ -80,6 +80,14 @@ import recruitmentPositions from './positions.vue'
 
 const { id } = router.currentRoute.value.params
 
+// 工商信息
+const businessList = [
+  { label: '企业类型:', value: 'type' },
+  { label: '统一社会信用代码:', value: 'code' },
+  { label: '成立日期:', value: 'establishmentTime' },
+  { label: '注册资本:', value: 'registeredCapital' }
+]
+
 // 企业详情
 const info = ref({})
 const getDetails = async () => {