| | |
| | | showTop: {
|
| | | type: Boolean,
|
| | | default: true
|
| | | },
|
| | | showBottom: {
|
| | | type: Boolean,
|
| | | default: true
|
| | | }
|
| | | },
|
| | | data() {
|
| | |
| | | </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">
|
| | |
| | | </view>
|
| | | </view>
|
| | | </template>
|
| | | <template v-slot:bottom :showBottom="false"></template>
|
| | | <template v-slot:bottom></template>
|
| | | </combination-card>
|
| | |
|
| | | <!-- 撤回模态框 -->
|