【新增】标签目录和打印组件
This commit is contained in:
10
src/components/print/printData.js
Normal file
10
src/components/print/printData.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
name: '黄磊',
|
||||
password: '12346',
|
||||
barcode: 'XS888888888',
|
||||
table: [
|
||||
{ id: '1', name: '王小可', gender: '男', count: '120', amount: '9089元' },
|
||||
{ id: '2', name: '梦之遥', gender: '女', count: '20', amount: '89元' },
|
||||
{ id: '3', name: '梦之遥', gender: '女', count: '720', amount: '29089元' }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user