From 6c1e4d14d4dca71624ed3b3d6838962a570ae0f4 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:18:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20discount=5Fpromo=5Fcode=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=9A=90=E8=97=8Fresellerid/sale=5Fid=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E7=BC=96=E8=BE=91=E6=8E=92=E9=99=A4=E8=BF=99?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_promo_code_list.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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')}}",