zhengyiming
3 天以前 8fafaae3b0fab1411e5bc99c1d73ee5d3f3caca2
apps/cMiniApp/src/subpackages/task/companyDetail/companyDetail.vue
@@ -9,22 +9,24 @@
          :taskCount="enterpriseDetail?.taskCount ?? 0"
        ></CompanyDesc>
      </ContentView>
      <ProTabs
        v-model="tab"
        name="companyDetail-tab"
        :showSmile="false"
        class="companyDetail-tabs"
        isTransparent
        title-gutter="8"
        fullHeight
      >
        <ProTabPane :title="`任务`" pane-key="1">
          <CompanyTaskList :enterpriseId="enterpriseId" />
        </ProTabPane>
        <ProTabPane :title="`企业信息`" pane-key="2">
          <CompanyInfo :enterpriseId="enterpriseId" />
        </ProTabPane>
      </ProTabs>
      <div style="flex: 1; min-height: 0">
        <ProTabs
          v-model="tab"
          name="companyDetail-tab"
          :showSmile="false"
          class="companyDetail-tabs"
          isTransparent
          title-gutter="8"
          fullHeight
        >
          <ProTabPane :title="`任务`" pane-key="1">
            <CompanyTaskList :enterpriseId="enterpriseId" />
          </ProTabPane>
          <ProTabPane :title="`企业信息`" pane-key="2">
            <CompanyInfo :enterpriseId="enterpriseId" />
          </ProTabPane>
        </ProTabs>
      </div>
    </LoadingLayout>
  </PageLayoutWithBg>
</template>