storage_resource/json/storres_pricing_map.json
ymq 846e2dec0d 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": "storres_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_storres_pricing_map.dspy')}}",
"update_data_url": "{{entire_url('./update_storres_pricing_map.dspy')}}",
"delete_data_url": "{{entire_url('./delete_storres_pricing_map.dspy')}}"
}
}
}