fix: 上传定价数据窗口标题改为定价名称

This commit is contained in:
yumoqing 2026-06-25 13:54:01 +08:00
parent 1ae6bcba35
commit 1610c0635f

View File

@ -2,7 +2,7 @@
{ {
"widgettype": "Form", "widgettype": "Form",
"options": { "options": {
"title": "{{pp.id}}", "title": "{{pp.name}}",
"description": {{json.dumps(pp.description)}}, "description": {{json.dumps(pp.description)}},
"height": "200%", "height": "200%",
"fields":[ "fields":[