Bill 票据
电子账单或票据
引入
import { Bill } from 'mand-mobile-next'
Vue.createApp().component(Bill.name, Bill)
代码演示
API
Bill Props
属性 | 说明 | 类型 | 默认值 | 备注 |
---|---|---|---|---|
title | 票据抬头 | String | ||
no | 票据编号 | String | ||
water-mark | 水印内容 | String/Object |
Bill Slots
default
默认内容插槽
header
头部内容插槽
footer
底部内容插槽