|
@@ -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 () => {
|