|
|
|
@ -33,20 +33,10 @@ |
|
|
|
<div class="tab-nav"> |
|
|
|
<van-tabs v-model:active="active"> |
|
|
|
<van-tab title="企业画像"> |
|
|
|
<iframe src="enterpriseBaseInfo.vue" |
|
|
|
width="100%" |
|
|
|
height="600" |
|
|
|
frameborder="0" |
|
|
|
allowfullscreen |
|
|
|
/> |
|
|
|
<enterpriseBaseInfo></enterpriseBaseInfo> |
|
|
|
</van-tab> |
|
|
|
<van-tab title="企业预警"> |
|
|
|
<iframe src="enterpriseWarningInfo.vue" |
|
|
|
width="100%" |
|
|
|
height="600" |
|
|
|
frameborder="0" |
|
|
|
allowfullscreen |
|
|
|
/> |
|
|
|
<enterpriseWarningInfo></enterpriseWarningInfo> |
|
|
|
</van-tab> |
|
|
|
</van-tabs> |
|
|
|
<!-- <ul>--> |
|
|
|
@ -55,11 +45,11 @@ |
|
|
|
<!-- <li data-id="1">企业预警</li>--> |
|
|
|
<!-- </ul>--> |
|
|
|
</div> |
|
|
|
<div class="tab-content"> |
|
|
|
<div class="item active">1</div> |
|
|
|
<div class="item">2</div> |
|
|
|
<!-- <div class="tab-content">--> |
|
|
|
<!-- <div class="item active">1</div>--> |
|
|
|
<!-- <div class="item">2</div>--> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
@ -91,6 +81,9 @@ for (let i = 0; i < Nav.length; i++) { |
|
|
|
import {getEnterpriseMerchantAuthorization} from '@/api/Home'; |
|
|
|
import {queryEarlyWarning} from '../../api/enforce'; |
|
|
|
import {getEnterpriseInformation} from '../../api/enterprise' |
|
|
|
import enterpriseBaseInfo from './enterpriseBaseInfo.vue' |
|
|
|
import enterpriseWarningInfo from './enterpriseWarningInfo.vue' |
|
|
|
|
|
|
|
import { Tab, Tabs } from 'vant'; |
|
|
|
const { useCommon } = $globalStore; |
|
|
|
const router = useRouter(); |
|
|
|
|