zhangxiaoxu123
2022-07-29 0c4086cfdbc5bbff567bd05ebcc6e34e36cb2bf9
pages/home/home.vue
@@ -199,8 +199,8 @@
         </template>
      </combination-card>
      <combined-title title="日发运计划" detailsPath="/pages/jihua/jihua"></combined-title>
      <combination-card>
         <template v-slot:top :showTop="false"></template>
      <combination-card :showTop="false">
         <template v-slot:top></template>
         <template v-slot:center>
            <view class="main-block-box" v-for="(item,index) in fyData" :key="item.id">
               <view class="jihua-main-line">
@@ -224,7 +224,7 @@
               </view>
            </view>
         </template>
          <template v-slot:bottom :showBottom="false"></template>
          <template v-slot:bottom></template>
      </combination-card>
      <!-- 撤回模态框 -->