jiaosong
2023-11-03 91a2131482a50fc11dd48228a766c28123a1a435
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>