增加一些字段
This commit is contained in:
parent
c3fb770607
commit
0620137a95
@ -5,13 +5,17 @@
|
||||
"engine": "InnoDB",
|
||||
"field_order": [
|
||||
"title",
|
||||
"investor_type",
|
||||
"status",
|
||||
"investment_stage",
|
||||
"investment_focus",
|
||||
"phone",
|
||||
"email",
|
||||
"website",
|
||||
"address",
|
||||
"column_break_qccm",
|
||||
"status",
|
||||
"importance",
|
||||
"investor_type",
|
||||
"invest_stage",
|
||||
"invest_focus",
|
||||
"section_break_adkt",
|
||||
"description"
|
||||
],
|
||||
"fields": [
|
||||
@ -37,15 +41,16 @@
|
||||
"options": "\n活跃\n非活跃"
|
||||
},
|
||||
{
|
||||
"fieldname": "investment_stage",
|
||||
"default": "中",
|
||||
"fieldname": "importance",
|
||||
"fieldtype": "Select",
|
||||
"label": "投资阶段",
|
||||
"options": "\n种子轮\n天使轮\nPre-A轮\nA轮\nB轮\nC轮\nD轮及以上\n不限"
|
||||
"label": "重要性",
|
||||
"options": "\n高\n中\n低"
|
||||
},
|
||||
{
|
||||
"fieldname": "investment_focus",
|
||||
"fieldname": "phone",
|
||||
"fieldtype": "Data",
|
||||
"label": "投资领域"
|
||||
"label": "电话"
|
||||
},
|
||||
{
|
||||
"fieldname": "email",
|
||||
@ -53,9 +58,9 @@
|
||||
"label": "邮箱"
|
||||
},
|
||||
{
|
||||
"fieldname": "phone",
|
||||
"fieldtype": "Data",
|
||||
"label": "电话"
|
||||
"fieldname": "address",
|
||||
"fieldtype": "Small Text",
|
||||
"label": "地址"
|
||||
},
|
||||
{
|
||||
"fieldname": "website",
|
||||
@ -66,12 +71,31 @@
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "描述"
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_qccm",
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
"fieldname": "section_break_adkt",
|
||||
"fieldtype": "Section Break"
|
||||
},
|
||||
{
|
||||
"fieldname": "invest_stage",
|
||||
"fieldtype": "Select",
|
||||
"label": "投资阶段",
|
||||
"options": "\n种子轮\n天使轮\nPre-A轮\nA轮\nB轮\nC轮\nD轮及以上\n不限"
|
||||
},
|
||||
{
|
||||
"fieldname": "invest_focus",
|
||||
"fieldtype": "Small Text",
|
||||
"label": "投资领域"
|
||||
}
|
||||
],
|
||||
"grid_page_length": 50,
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2025-11-15 20:12:57.852534",
|
||||
"modified": "2025-11-16 01:17:51.278553",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Jcapital",
|
||||
"name": "Jcapital Investor",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user