feat(detail): 参会人表新增 增值税及附加/摘要/现场照片 3 列 + 劳务协议展示, 角色=劳务形式, 费项改名 应发金额/个税税金/实发金额

This commit is contained in:
郭庆泰
2026-08-22 16:27:54 +08:00
parent 2ae4cd3ea5
commit da7c19af6c
47 changed files with 4976 additions and 15 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "取景拍摄",
"navigationStyle": "custom",
"backgroundColor": "#0d0d0d"
}
},
{
"path": "pages/signin/index",
"style": {
"navigationBarTitleText": "签到表取景",
"navigationStyle": "custom",
"backgroundColor": "#000000",
"disableScroll": true
}
},
{
"path": "pages/panorama/index",
"style": {
"navigationBarTitleText": "全景取景",
"navigationStyle": "custom",
"backgroundColor": "#000000",
"disableScroll": true
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "取景拍摄",
"navigationBarBackgroundColor": "#000000",
"backgroundColor": "#0d0d0d"
},
"uniIdRouter": {}
}