zhangxiaoxu123
2022-07-29 0c4086cfdbc5bbff567bd05ebcc6e34e36cb2bf9
'首页添加日计划模块'
2个文件已修改
10 ■■■■■ 已修改文件
components/common/combination-card/combination-card.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/common/combination-card/combination-card.vue
@@ -23,10 +23,6 @@
        showTop: {
            type: Boolean,
            default: true
        },
        showBottom: {
            type: Boolean,
            default: true
        }
    },
    data() {
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>
        <!-- 撤回模态框 -->