From 65e7af4c8458e065ee38fbce83d0cf526ff37cc9 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 22 Jun 2026 14:10:15 +0800 Subject: [PATCH] =?UTF-8?q?data=5Ffilter=E6=94=B9=E4=B8=BAsearch=5Ffields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/pricing_program.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/json/pricing_program.json b/json/pricing_program.json index 42ce356..9070475 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -17,12 +17,10 @@ } } }, - "data_filter": { - "fields": [ - {"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"}, - {"field": "providerid", "title": "供应商", "uitype": "code"} - ] - }, + "search_fields": [ + {"field": "name", "title": "项目名称", "uitype": "str", "op": "LIKE"}, + {"field": "providerid", "title": "供应商", "uitype": "code"} + ], "editexclouded": [ "id", "ownerid" ],