From 474132eaddca4995aaf47c42ea98a4b3bbbd8f24 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:17:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20discount=5Fmarketing=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=9A=90=E8=97=8Fid/resellerid=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8E=92=E9=99=A4id/resellerid/created=5Fby/?= =?UTF-8?q?created=5Fat/updated=5Fat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_marketing_list.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/json/discount_marketing_list.json b/json/discount_marketing_list.json index 7cf85d0..33202e7 100644 --- a/json/discount_marketing_list.json +++ b/json/discount_marketing_list.json @@ -7,10 +7,6 @@ "name": { "title": "方案名称" }, - "resellerid": { - "title": "商户机构", - "width": 150 - }, "enabled_date": { "title": "启用日期", "width": 120 @@ -22,12 +18,15 @@ "status": { "title": "状态", "width": 80 - }, - "created_at": { - "title": "创建时间", - "width": 160 } }, + "editexclouded": [ + "id", + "resellerid", + "created_by", + "created_at", + "updated_at" + ], "editable": { "new_data_url": "{{entire_url('../api/marketing_create.dspy')}}", "update_data_url": "{{entire_url('../api/marketing_update.dspy')}}",