bugfix
This commit is contained in:
parent
8cd7a65986
commit
0a2499ec5f
@ -28,14 +28,8 @@
|
||||
"toolbar":{
|
||||
"tools":[
|
||||
{
|
||||
"name": "download_pattern",
|
||||
"label": "定价模版",
|
||||
"selected_row": true,
|
||||
"icon": "{{entire_url('/bricks/imgs/download.svg')}}"
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"label": "定价模版",
|
||||
"label": "测试",
|
||||
"selected_row": true,
|
||||
"icon": "{{entire_url('/bricks/imgs/test.svg')}}"
|
||||
}
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
{
|
||||
"widgettype": "VScrollPanel",
|
||||
"options": {
|
||||
"width": "100%",
|
||||
"height": "100%"
|
||||
},
|
||||
"subwidgets":[
|
||||
{
|
||||
"widgettype": "Form",
|
||||
"id": "input_form",
|
||||
"options": {
|
||||
"fields": [
|
||||
{
|
||||
@ -15,14 +23,24 @@
|
||||
}
|
||||
],
|
||||
"width": "100%",
|
||||
"height": "100%"
|
||||
},
|
||||
"height": "50%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"id": "result",
|
||||
"options": {
|
||||
"height": "50%",
|
||||
"width": "100%"
|
||||
}
|
||||
}
|
||||
],
|
||||
"binds": [
|
||||
{
|
||||
"wid": "self",
|
||||
"wid": "input_form",
|
||||
"event": "submit",
|
||||
"actiontype": "urldata",
|
||||
"target": "show_result",
|
||||
"target": "result",
|
||||
"options": {
|
||||
"url": "{{entire_url('./test_pricing_program.dspy')}}",
|
||||
"params":{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user