sage/json/feelog.json
2025-07-16 14:28:41 +08:00

48 lines
808 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/fee/feelog",
"dbname": "sage",
"tblname": "feelog",
"params": {
"sortby":"transtime desc",
"noedit":true,
"browserfields": {
"exclouded": ["id"],
"alters":{
"transtime":{
"cwidth":14
},
"modelinstanceid":{
"cwidth":10
},
"modeltypeid":{
"cwidth":5
},
"customerid":{
"cwidth":20
},
"userid":{
"cwidth":4
},
"pricing_mode":{
"cwidth":5
},
"resp_time":{
"cwidth":6
},
"finish_time":{
"cwidth":6
},
"estimate":{
"cwidth":4
}
}
},
"editexclouded": [
"id"
],
"record_toolbar": null,
"content_view": null
}
}