From 0620137a95a844dc12452272a50ca4848b331de5 Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 16 Nov 2025 03:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jcapital_investor/jcapital_investor.json | 50 ++++++++++++++----- 1 file changed, 37 insertions(+), 13 deletions(-) diff --git a/jcapital/jcapital/pagetype/jcapital_investor/jcapital_investor.json b/jcapital/jcapital/pagetype/jcapital_investor/jcapital_investor.json index 67f0cf8..850398e 100644 --- a/jcapital/jcapital/pagetype/jcapital_investor/jcapital_investor.json +++ b/jcapital/jcapital/pagetype/jcapital_investor/jcapital_investor.json @@ -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",