From 4214f4e2de69c43cf60abe493d8da49949fb4d4d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 19 Mar 2026 11:01:29 +0800 Subject: [PATCH] bugfix --- json/pricing_spec.json | 14 -------------- json/pricing_type.json | 23 ----------------------- 2 files changed, 37 deletions(-) delete mode 100644 json/pricing_spec.json delete mode 100644 json/pricing_type.json diff --git a/json/pricing_spec.json b/json/pricing_spec.json deleted file mode 100644 index 15da086..0000000 --- a/json/pricing_spec.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "tblname": "pricing_spec", - "title": "定价规格", - "params": { - "sortby": "name", - "browserfields": { - "exclouded": ["id", "ptid"], - "alters": {} - }, - "editexclouded": [ - "id", "ptid" - ] - } -} diff --git a/json/pricing_type.json b/json/pricing_type.json deleted file mode 100644 index 1db2b76..0000000 --- a/json/pricing_type.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "tblname": "pricing_type", - "title": "定价类型", - "params": { - "sortby": "name", - "logined_userorgid": "ownerid", - "browserfields": { - "exclouded": ["id", "ownerid" ], - "alters": {} - }, - "editexclouded": [ - "id", "ownerid" - ], - "subtables":[ - { - "field": "ptid", - "title": "定价规格", - "icon": "{{entire_url('/pricing/imgs/pricing_spec.svg')}}", - "subtable": "pricing_spec" - } - ] - } -}