diff --git a/json/discount_promo_code_list.json b/json/discount_promo_code_list.json index c6e08c3..6102288 100644 --- a/json/discount_promo_code_list.json +++ b/json/discount_promo_code_list.json @@ -16,14 +16,6 @@ "title": "类型", "width": 80 }, - "resellerid": { - "title": "商户机构", - "width": 150 - }, - "sale_id": { - "title": "生成销售", - "width": 120 - }, "status": { "title": "状态", "width": 80 @@ -33,6 +25,10 @@ "width": 160 } }, + "editexclouded": [ + "resellerid", + "sale_id" + ], "editable": { "new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}", "update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}",