| | |
| | | "description": "", |
| | | "setting": { |
| | | "urlCheck": false, |
| | | "es6": false, |
| | | "enhance": false, |
| | | "es6": true, |
| | | "enhance": true, |
| | | "postcss": false, |
| | | "preloadBackgroundData": false, |
| | | "minified": false, |
| | |
| | | </div> |
| | | </div> |
| | | </ContentView> |
| | | <div style="flex: 1; min-height: 0"> |
| | | <ProTabs |
| | | v-model="tab" |
| | | name="job-detail-content-tab" |
| | |
| | | <experienceView /> |
| | | </ProTabPane> |
| | | </ProTabs> |
| | | </div> |
| | | |
| | | <PageFooter> |
| | | <slot name="footer"></slot> |
| | | </PageFooter> |
| | |
| | | :taskCount="enterpriseDetail?.taskCount ?? 0" |
| | | ></CompanyDesc> |
| | | </ContentView> |
| | | <div style="flex: 1; min-height: 0"> |
| | | <ProTabs |
| | | v-model="tab" |
| | | name="companyDetail-tab" |
| | |
| | | <CompanyInfo :enterpriseId="enterpriseId" /> |
| | | </ProTabPane> |
| | | </ProTabs> |
| | | </div> |
| | | </LoadingLayout> |
| | | </PageLayoutWithBg> |
| | | </template> |