feat: add menu.ui as module entry point with CRUD and UI/DSpy menu items
This commit is contained in:
parent
cdc64b2e09
commit
684311e59b
17
wwwroot/menu.ui
Normal file
17
wwwroot/menu.ui
Normal file
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"name": "opportunities",
|
||||
"label": "商机列表",
|
||||
"url": "{{entire_url('opportunity_management.ui')}}"
|
||||
},
|
||||
{
|
||||
"name": "new_opportunity",
|
||||
"label": "新建商机",
|
||||
"url": "{{entire_url('opportunity_edit.ui')}}"
|
||||
},
|
||||
{
|
||||
"name": "sales_stages",
|
||||
"label": "销售阶段",
|
||||
"url": "{{entire_url('sales_stages_list.dspy')}}"
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user