fix: discount_promo_code列表隐藏resellerid/sale_id显示,编辑排除这两个字段
This commit is contained in:
parent
474132eadd
commit
6c1e4d14d4
@ -16,14 +16,6 @@
|
|||||||
"title": "类型",
|
"title": "类型",
|
||||||
"width": 80
|
"width": 80
|
||||||
},
|
},
|
||||||
"resellerid": {
|
|
||||||
"title": "商户机构",
|
|
||||||
"width": 150
|
|
||||||
},
|
|
||||||
"sale_id": {
|
|
||||||
"title": "生成销售",
|
|
||||||
"width": 120
|
|
||||||
},
|
|
||||||
"status": {
|
"status": {
|
||||||
"title": "状态",
|
"title": "状态",
|
||||||
"width": 80
|
"width": 80
|
||||||
@ -33,6 +25,10 @@
|
|||||||
"width": 160
|
"width": 160
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
"resellerid",
|
||||||
|
"sale_id"
|
||||||
|
],
|
||||||
"editable": {
|
"editable": {
|
||||||
"new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}",
|
"new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}",
|
||||||
"update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}",
|
"update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user