fix: quote entire_url arguments in CRUD json subtables (use string not variable)

This commit is contained in:
yumoqing 2026-05-06 08:47:59 +08:00
parent ae883e015c
commit ecada505c9

View File

@ -59,7 +59,7 @@
{
"field": "opportunity_id",
"title": "阶段变更历史",
"url": "{{entire_url(opportunity_stage_history)}}",
"url": "{{entire_url('opportunity_stage_history')}}",
"subtable": "opportunity_stage_history"
}
]