21 lines
648 B
JSON
21 lines
648 B
JSON
{
|
|
"tblname": "opportunity_predictions",
|
|
"alias": "predictions_list",
|
|
"title": "商机预测记录",
|
|
"params": {
|
|
"sortby": [
|
|
"prediction_date desc"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id",
|
|
"opportunity_id"
|
|
]
|
|
},
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/opportunity_predictions_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/opportunity_predictions_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/opportunity_predictions_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |