完成发票初始版本

This commit is contained in:
2024-04-25 16:53:38 +08:00
parent d1b2c89b1c
commit b7e831662e
23 changed files with 581 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
{
"usingComponents": {
"van-field": "@vant/weapp/field/index",
"table": "/components/table/table",
"van-button": "@vant/weapp/button/index",
"navigator": "/components/navigator/index"
},
"navigationStyle": "custom"
}