account_resource/json/acctres_pricing_map.json
ymq 9aacf7f526 fix(crud): json 定义改为 xls2ui 真实格式
browserfields 必须是对象 {exclouded:[], cwidth:{}},写成数组会让 xls2ui 崩:
AttributeError: 'list' object has no attribute 'alters'
崩溃点之后的表全部不生成 → 页面 500 invalid path。
格式对照 pipeline_core/json/llm.json。
2026-08-26 15:00:43 +08:00

25 lines
679 B
JSON

{
"tblname": "acctres_pricing_map",
"title": "账号规格定价映射",
"params": {
"sortby": "created_at",
"browserfields": {
"exclouded": [
"id"
],
"cwidth": {}
},
"editexclouded": [
"id",
"created_at",
"updated_at",
"created_by"
],
"editable": {
"new_data_url": "{{entire_url('./add_acctres_pricing_map.dspy')}}",
"update_data_url": "{{entire_url('./update_acctres_pricing_map.dspy')}}",
"delete_data_url": "{{entire_url('./delete_acctres_pricing_map.dspy')}}"
}
}
}