diff --git a/jcloud/jcloud/pagetype/domain_owner/domain_owner.json b/jcloud/jcloud/pagetype/domain_owner/domain_owner.json index f108d4a..174a157 100644 --- a/jcloud/jcloud/pagetype/domain_owner/domain_owner.json +++ b/jcloud/jcloud/pagetype/domain_owner/domain_owner.json @@ -5,28 +5,31 @@ "engine": "InnoDB", "field_order": [ "title", - "c_org_m", "fullname", - "c_ln_m", - "c_fn_m", "c_co", "cocode", - "c_st_m", - "c_ct_m", - "c_dt_m", - "c_adr_m", + "c_em", "c_pc", + "team", + "column_break_rqiv", + "c_regtype", "c_ph_type", "c_ph", "c_ph_code", "c_ph_num", "c_ph_fj", - "c_em", - "column_break_pnxw", - "c_regtype", + "section_break_ssfs", + "c_org_m", + "c_ln_m", + "c_fn_m", + "c_st_m", + "c_ct_m", + "c_dt_m", + "c_adr_m", + "column_break_cqxi", "c_org", - "c_ln", "c_fn", + "c_ln", "c_st", "c_ct", "c_adr" @@ -37,6 +40,12 @@ "fieldtype": "Data", "label": "Title" }, + { + "fieldname": "team", + "fieldtype": "Link", + "label": "团队", + "options": "Team" + }, { "fieldname": "c_regtype", "fieldtype": "Select", @@ -53,10 +62,6 @@ "fieldtype": "Data", "label": "姓名" }, - { - "fieldname": "column_break_pnxw", - "fieldtype": "Column Break" - }, { "fieldname": "c_ln_m", "fieldtype": "Data", @@ -169,12 +174,25 @@ "fieldtype": "Data", "label": "(英文)通讯地址", "length": 150 + }, + { + "fieldname": "column_break_rqiv", + "fieldtype": "Column Break" + }, + { + "fieldname": "section_break_ssfs", + "fieldtype": "Section Break", + "label": "联系信息" + }, + { + "fieldname": "column_break_cqxi", + "fieldtype": "Column Break" } ], "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-08-01 14:57:10.765137", + "modified": "2025-08-01 15:41:57.624682", "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 f386d57..0ecd090 100644 --- a/jcloud/jcloud/pagetype/domain_owner/domain_owner.py +++ b/jcloud/jcloud/pagetype/domain_owner/domain_owner.py @@ -38,6 +38,7 @@ class DomainOwner(Document): c_st_m: DF.Data | None cocode: DF.Data | None fullname: DF.Data | None + team: DF.Link | None title: DF.Data | None # end: auto-generated types pass