diff --git a/json/discount_list.json b/json/discount_list.json index d816f2e..48207a5 100644 --- a/json/discount_list.json +++ b/json/discount_list.json @@ -28,6 +28,13 @@ "update_data_url": "{{entire_url('../api/discount_update.dspy')}}", "delete_data_url": "{{entire_url('../api/discount_delete.dspy')}}" }, - "logined_userorgid": "resellerid" + "logined_userorgid": "resellerid", + "subtables": [ + { + "field": "discountid", + "title": "折扣产品明细", + "subtable": "discount_detail" + } + ] } }