accounting/json/account_config.json

17 lines
381 B
JSON
Raw Normal View History

2024-12-01 14:14:40 +08:00
{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/sage/wwwroot/account_config",
"dbname": "sage",
"tblname": "account_config",
"title":"账户设置",
"params": {
"browserfields": {
2024-12-13 10:36:27 +08:00
"exclouded": ["id", "subjectid"],
2024-12-01 14:14:40 +08:00
"cwidth": {}
},
"editexclouded": [
"id"
]
}
}