增加一些字段

This commit is contained in:
jingrow 2025-11-16 03:20:32 +08:00
parent c3fb770607
commit 0620137a95

View File

@ -5,13 +5,17 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"title", "title",
"investor_type",
"status",
"investment_stage",
"investment_focus",
"phone", "phone",
"email", "email",
"website", "website",
"address",
"column_break_qccm",
"status",
"importance",
"investor_type",
"invest_stage",
"invest_focus",
"section_break_adkt",
"description" "description"
], ],
"fields": [ "fields": [
@ -37,15 +41,16 @@
"options": "\n活跃\n非活跃" "options": "\n活跃\n非活跃"
}, },
{ {
"fieldname": "investment_stage", "default": "中",
"fieldname": "importance",
"fieldtype": "Select", "fieldtype": "Select",
"label": "投资阶段", "label": "重要性",
"options": "\n种子轮\n天使轮\nPre-A轮\nA轮\nB轮\nC轮\nD轮及以上\n不限" "options": "\n高\n中\n低"
}, },
{ {
"fieldname": "investment_focus", "fieldname": "phone",
"fieldtype": "Data", "fieldtype": "Data",
"label": "投资领域" "label": "电话"
}, },
{ {
"fieldname": "email", "fieldname": "email",
@ -53,9 +58,9 @@
"label": "邮箱" "label": "邮箱"
}, },
{ {
"fieldname": "phone", "fieldname": "address",
"fieldtype": "Data", "fieldtype": "Small Text",
"label": "电话" "label": "地址"
}, },
{ {
"fieldname": "website", "fieldname": "website",
@ -66,12 +71,31 @@
"fieldname": "description", "fieldname": "description",
"fieldtype": "Text Editor", "fieldtype": "Text Editor",
"label": "描述" "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, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2025-11-15 20:12:57.852534", "modified": "2025-11-16 01:17:51.278553",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Jcapital", "module": "Jcapital",
"name": "Jcapital Investor", "name": "Jcapital Investor",