zhengyiming
7 天以前 c55c548308e6a1adef6670f8acf1ee5f57e77da6
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>