{ "tblname": "exchange_rate", "title": "汇率管理", "params": { "browserfields": { "fields": [ "from_currency", "to_currency", "buy_rate", "sell_rate", "mid_rate", "effective_date" ], "alters": { "from_currency": { "uitype": "select", "optiontable": "currency" }, "to_currency": { "uitype": "select", "optiontable": "currency" } } }, "editable": { "new_data_url": "{{entire_url('../api/exchange_rate_create.dspy')}}", "update_data_url": "{{entire_url('../api/exchange_rate_update.dspy')}}", "delete_data_url": "{{entire_url('../api/exchange_rate_delete.dspy')}}" } } }