19 lines
658 B
JSON
19 lines
658 B
JSON
{
|
|
"tblname": "currency",
|
|
"alias": "currency_list",
|
|
"title": "币种管理",
|
|
"params": {
|
|
"browserfields": {
|
|
"fields": ["id", "name", "symbol", "decimal_places", "is_base", "status"],
|
|
"alters": {
|
|
"status": {"uitype": "select", "optiontable": "appcodes_kv", "cond": "parentid='currency_status'"}
|
|
}
|
|
},
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/currency_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/currency_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/currency_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|