jiaosong
2023-10-24 1a11e4022a6b53a82bb45cda009ae653cdb55ab2
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>