diff --git a/json/product_category_tree.json b/json/product_category_tree.json index 54637aa..3fa17cc 100644 --- a/json/product_category_tree.json +++ b/json/product_category_tree.json @@ -13,26 +13,8 @@ "update_data_url": "{{entire_url('../api/product_category_update.dspy')}}", "delete_data_url": "{{entire_url('../api/product_category_delete.dspy')}}" }, - "edit_exclouded_fields": ["created_by", "created_at", "updated_at", "org_id"], + "edit_exclouded_fields": ["created_by", "created_at", "updated_at", "org_id", "product_type_title"], "logined_userorgid": "org_id", - "browserfields": { - "alters": { - "has_product": { - "uitype": "code", - "data": [ - {"value": "1", "text": "是"}, - {"value": "0", "text": "否"} - ] - }, - "status": { - "uitype": "code", - "data": [ - {"value": "1", "text": "启用"}, - {"value": "0", "text": "禁用"} - ] - } - } - }, "subtables": [ { "field": "category_id", diff --git a/wwwroot/product_list/index.ui b/wwwroot/product_list/index.ui index cd2f207..ecb018f 100644 --- a/wwwroot/product_list/index.ui +++ b/wwwroot/product_list/index.ui @@ -1,7 +1,7 @@ { "widgettype": "VBox", "options": { - "cheight": 40, + "css": "filler", "height": "100%", "width": "100%" }, "subwidgets": [ diff --git a/wwwroot/product_type_config_list/index.ui b/wwwroot/product_type_config_list/index.ui index 8a2d411..e7b0122 100644 --- a/wwwroot/product_type_config_list/index.ui +++ b/wwwroot/product_type_config_list/index.ui @@ -1,7 +1,7 @@ { "widgettype": "VBox", "options": { - "cheight": 40, + "css": "filler", "height": "100%", "width": "100%" }, "subwidgets": [