buli
2023-07-11 a68c8c52c2820052c2ae3856876f74a385354583
force-app/main/default/lwc/customWeeklyReportComp/customWeeklyReportComp.html
@@ -1,13 +1,8 @@
<template>
    <template if:true={isShowButton}>
        <lightning-button
            label="查看周报活动"
            title="周报"
            onclick={toWeeklyReport}
            class="slds-m-left_x-small"
        ></lightning-button>
        <lightning-button label="查看周报活动" title="周报" onclick={toWeeklyReport} class="slds-m-left_x-small"></lightning-button>
    </template>
    <template if:false={isShowButton}>
        <p style="text-align: center">...</p>
        <p style="text-align: center;">...</p>
    </template>
</template>