13 lines
351 B
JSON
13 lines
351 B
JSON
{
|
|
"tblname": "sub_distributors",
|
|
"alias": "sub_distributors_list",
|
|
"title": "二级分销商管理",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"on_add": "create_sub_reseller",
|
|
"browserfields": {
|
|
"exclouded": ["id", "resellerid", "orgid", "created_by", "created_at", "updated_at"]
|
|
}
|
|
}
|
|
}
|