diff --git a/jcloud/jcloud/pagetype/domain_owner/domain_owner.json b/jcloud/jcloud/pagetype/domain_owner/domain_owner.json index 2936456..44a9070 100644 --- a/jcloud/jcloud/pagetype/domain_owner/domain_owner.json +++ b/jcloud/jcloud/pagetype/domain_owner/domain_owner.json @@ -22,6 +22,7 @@ "c_ph_fj", "c_pc", "team", + "r_status", "section_break_ssfs", "c_org_m", "c_ln_m", @@ -223,12 +224,18 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "模板标识" + }, + { + "default": "0", + "fieldname": "r_status", + "fieldtype": "Check", + "label": "实名认证" } ], "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-08-02 17:35:55.668582", + "modified": "2025-08-03 12:37:48.526845", "modified_by": "Administrator", "module": "Jcloud", "name": "Domain Owner", diff --git a/jcloud/jcloud/pagetype/domain_owner/domain_owner.py b/jcloud/jcloud/pagetype/domain_owner/domain_owner.py index 2b53c2a..9d3e349 100644 --- a/jcloud/jcloud/pagetype/domain_owner/domain_owner.py +++ b/jcloud/jcloud/pagetype/domain_owner/domain_owner.py @@ -41,6 +41,7 @@ class DomainOwner(Document): c_sysid: DF.Data | None cocode: DF.Data | None fullname: DF.Data | None + r_status: DF.Check reg_contact_type: DF.Literal["", "cg", "hk", "tw", "jingwai"] team: DF.Link | None title: DF.Data | None @@ -66,7 +67,8 @@ class DomainOwner(Document): "cocode", "c_idtype_gswl", "c_idnum_gswl", - "c_sysid" + "c_sysid", + "r_status" ) @staticmethod