zhengyiming
4 天以前 5664a1a616df498cba58b9a8e63a91ac0ba96bab
src/views/Home/InsuranceOrderDetail.vue
@@ -1,6 +1,6 @@
<template>
  <LoadingLayout>
    <AppScrollContainer>
    <AppContainer>
      <ProTabs v-model="state.tabType" hasBorder>
        <ProTabPane lazy label="保单信息" :name="InsureOrderTabType.InsureOrderInfo">
          <InsureOrderInfoView />
@@ -14,7 +14,7 @@
          <BatchChangeRecordView />
        </ProTabPane>
      </ProTabs>
    </AppScrollContainer>
    </AppContainer>
  </LoadingLayout>
</template>