logistics.hbs 326 Bytes
<div class="logistics-page" id="logistics">
    <component
        :is="currentView"
        :company_id="company_id"
        :company_name="company_name"
        @change-view="changeView" 
        keep-alive 
        applyid='{{applyid}}' 
        type='{{type}}' 
        company_list='{{company_list}}'></component>
</div>