From 851ea8b51bb405fe5a6acd075ec0798f17b746ea Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Fri, 19 Jun 2026 14:17:32 +0800 Subject: [PATCH] feat: add data_filter for name and providerid --- json/pricing_program.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/json/pricing_program.json b/json/pricing_program.json index b4d4309..5fff074 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -17,6 +17,12 @@ } } }, + "data_filter": { + "fields": [ + {"field": "name", "title": "项目名称", "uitype": "str"}, + {"field": "providerid", "title": "供应商", "uitype": "code"} + ] + }, "editexclouded": [ "id", "ownerid" ],