MrShi
2023-10-31 e9af167156ca9d1b404a76ab0fc8c82c26fe6a11
admin/src/components/business/BillDetailWindow.vue
@@ -5,7 +5,7 @@
    :confirm-working="isWorking"
  >
    <NoBikeBillDetail v-if="form.type==4" ref="noBikeBillDetail"/>
   <BillDetail v-else ref="billDetail"/>
    <BillDetail v-else ref="billDetail"/>
  </GlobalWindow>
</template>