jiaosong
2023-10-28 d5436bc82604cde58bcc9ed37960ff11827ec153
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>