23 lines
367 B
JSON
23 lines
367 B
JSON
{
|
|
"tblname": "charge_type",
|
|
"title":"收费类型",
|
|
"params": {
|
|
"sortby":"name",
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"alters": {
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field":"ctid",
|
|
"title":"收费规格",
|
|
"subtable":"charge_type_spec"
|
|
}
|
|
]
|
|
}
|
|
}
|