fix: discount_marketing列表隐藏id/resellerid显示,编辑排除id/resellerid/created_by/created_at/updated_at
This commit is contained in:
parent
d149f5d475
commit
474132eadd
@ -7,10 +7,6 @@
|
||||
"name": {
|
||||
"title": "方案名称"
|
||||
},
|
||||
"resellerid": {
|
||||
"title": "商户机构",
|
||||
"width": 150
|
||||
},
|
||||
"enabled_date": {
|
||||
"title": "启用日期",
|
||||
"width": 120
|
||||
@ -22,12 +18,15 @@
|
||||
"status": {
|
||||
"title": "状态",
|
||||
"width": 80
|
||||
},
|
||||
"created_at": {
|
||||
"title": "创建时间",
|
||||
"width": 160
|
||||
}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id",
|
||||
"resellerid",
|
||||
"created_by",
|
||||
"created_at",
|
||||
"updated_at"
|
||||
],
|
||||
"editable": {
|
||||
"new_data_url": "{{entire_url('../api/marketing_create.dspy')}}",
|
||||
"update_data_url": "{{entire_url('../api/marketing_update.dspy')}}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user