From 95b91c4c257db04848e20df9b7dded07832c3a09 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 08:50:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=98=E6=89=A3=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=90=E8=A1=A8=E6=8C=89=E9=92=AE=EF=BC=88?= =?UTF-8?q?=E6=8A=98=E6=89=A3=E4=BA=A7=E5=93=81=E6=98=8E=E7=BB=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用subtables配置,点击按钮跳转到discount_detail子表, 通过discountid字段关联筛选。 --- json/discount_list.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + ] } }