accounting/json/account_config.json
2024-12-13 10:36:27 +08:00

17 lines
381 B
JSON

{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/sage/wwwroot/account_config",
"dbname": "sage",
"tblname": "account_config",
"title":"账户设置",
"params": {
"browserfields": {
"exclouded": ["id", "subjectid"],
"cwidth": {}
},
"editexclouded": [
"id"
]
}
}