Browse Source

优化主体

pre-production
马远东 10 months ago
parent
commit
2d631fdc95
  1. 6
      src/views/financialsector/FinanceHome.vue

6
src/views/financialsector/FinanceHome.vue

@ -38,15 +38,11 @@
<template v-for="item in ServiceList" :key="item.label">
<el-tab-pane :name="item.label" v-if="item.state" :label="item.label">
<span v-if="item.label == '提货'">提货</span>
<el-tab-pane v-if="item.state" :label="item.label">
<span v-if="item.label == '提货'"><FinancialBill /></span>
<span v-if="item.label == '干线'">干线</span>
<span v-if="item.label == '仓储'"
><FinancialWarehousing :templateData="templateInfo"
/></span>
<span v-if="item.label == '配送'">配送</span>
<span v-if="item.label == '仓储'"><FinancialWarehousing :templateData="templateInfo"/></span>
<span v-if="item.label == '配送'"><FinancialDelivery/></span>
<span v-if="item.label == '配送'"><FinancialDelivery /></span>
<span v-if="item.label == '安装'">安装</span>
</el-tab-pane>
</template>

Loading…
Cancel
Save