暂存工作台模块,初步完成待测试和优化

This commit is contained in:
2024-11-13 17:31:26 +08:00
parent c8649288ff
commit efe3d3241d
13 changed files with 680 additions and 34 deletions

View File

@@ -1,4 +1,15 @@
{
"component": true,
"usingComponents": {}
"usingComponents": {
"van-field": "@vant/weapp/field/index",
"van-button": "@vant/weapp/button/index",
"search-select": "/components/searchSelect/index",
"van-empty": "@vant/weapp/empty/index",
"table": "/components/table/table",
"pagination": "/components/pagination/index",
"empty": "/components/empty/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-dialog": "@vant/weapp/dialog/index"
}
}