添加采购和仓库订单详情页面

This commit is contained in:
zhengw
2026-02-10 10:47:00 +08:00
parent 81acde261f
commit 62b5fceac5
30 changed files with 787 additions and 22 deletions

View File

@@ -112,6 +112,21 @@
"size": { "type": "String" }
}
},
"t-cell": {
"description": "图标",
"attributes": {
"custom-style": { "type": "String" },
"description": { "type": "String" },
"image": { "type": "String" },
"left-icon": { "type": "String" },
"note": { "type": "String" },
"right-icon": { "type": "String" },
"title": { "type": "String" },
"arrow": { "type": "Boolean" },
"bordered": { "type": "Boolean" },
"hover": { "type": "Boolean" }
}
},
"search-input": {
"description": "搜索input",
"attributes": {