优化Domain Owner排版

This commit is contained in:
jingrow 2025-08-01 15:43:18 +08:00
parent 4a715cf15b
commit d8fa4dea2a
2 changed files with 35 additions and 16 deletions

View File

@ -5,28 +5,31 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"title", "title",
"c_org_m",
"fullname", "fullname",
"c_ln_m",
"c_fn_m",
"c_co", "c_co",
"cocode", "cocode",
"c_st_m", "c_em",
"c_ct_m",
"c_dt_m",
"c_adr_m",
"c_pc", "c_pc",
"team",
"column_break_rqiv",
"c_regtype",
"c_ph_type", "c_ph_type",
"c_ph", "c_ph",
"c_ph_code", "c_ph_code",
"c_ph_num", "c_ph_num",
"c_ph_fj", "c_ph_fj",
"c_em", "section_break_ssfs",
"column_break_pnxw", "c_org_m",
"c_regtype", "c_ln_m",
"c_fn_m",
"c_st_m",
"c_ct_m",
"c_dt_m",
"c_adr_m",
"column_break_cqxi",
"c_org", "c_org",
"c_ln",
"c_fn", "c_fn",
"c_ln",
"c_st", "c_st",
"c_ct", "c_ct",
"c_adr" "c_adr"
@ -37,6 +40,12 @@
"fieldtype": "Data", "fieldtype": "Data",
"label": "Title" "label": "Title"
}, },
{
"fieldname": "team",
"fieldtype": "Link",
"label": "团队",
"options": "Team"
},
{ {
"fieldname": "c_regtype", "fieldname": "c_regtype",
"fieldtype": "Select", "fieldtype": "Select",
@ -53,10 +62,6 @@
"fieldtype": "Data", "fieldtype": "Data",
"label": "姓名" "label": "姓名"
}, },
{
"fieldname": "column_break_pnxw",
"fieldtype": "Column Break"
},
{ {
"fieldname": "c_ln_m", "fieldname": "c_ln_m",
"fieldtype": "Data", "fieldtype": "Data",
@ -169,12 +174,25 @@
"fieldtype": "Data", "fieldtype": "Data",
"label": "(英文)通讯地址", "label": "(英文)通讯地址",
"length": 150 "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, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2025-08-01 14:57:10.765137", "modified": "2025-08-01 15:41:57.624682",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Jcloud", "module": "Jcloud",
"name": "Domain Owner", "name": "Domain Owner",

View File

@ -38,6 +38,7 @@ class DomainOwner(Document):
c_st_m: DF.Data | None c_st_m: DF.Data | None
cocode: DF.Data | None cocode: DF.Data | None
fullname: DF.Data | None fullname: DF.Data | None
team: DF.Link | None
title: DF.Data | None title: DF.Data | None
# end: auto-generated types # end: auto-generated types
pass pass