From 6defe95a3f60b51d9673bf627917dbfae2a890cb Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 11:22:47 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.3=20=E2=80=94=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8A=BD=E5=B1=89=E7=AE=80=E5=8C=96=E4=B8=BA6=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=9A=E5=90=8D=E7=A7=B0/=E8=B4=9F=E8=B4=A3?= =?UTF-8?q?=E4=BA=BA/=E9=98=B6=E6=AE=B5/=E6=88=AA=E6=AD=A2/=E9=87=91?= =?UTF-8?q?=E9=A2=9D/=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app.js b/static/app.js index c5eb8e3..a1eed76 100644 --- a/static/app.js +++ b/static/app.js @@ -448,14 +448,14 @@ function openDrawer(resource, id) { const fields = resource === "sales" ? [["target_customer","业务机会"],["priority","优先级"],["status","状态"]] : resource === "operations" - ? [["project_name","项目名称"],["project_version","项目版本"],["project_status","项目状态"],["current_stage","当前阶段"],["target_customer","业务机会"],["customer_need","客户需求"],["expected_contract_amount","预计签约金额"],["expected_sign_date","预计签约时间"],["sign_probability","签约概率"],["sop_stage","SOP 阶段"],["execution_progress","执行进度"],["current_deliverable","当前交付物"],["risks","风险与阻塞"],["next_action","下一步动作"]] + ? [["project_name","项目名称"],["owner","负责人"],["current_stage","当前阶段"],["expected_sign_date","截止时间"],["expected_contract_amount","金额"],["notes","项目说明"]] : resource === "proposals" ? [["customer_or_project_name","客户/项目"],["version","版本号"],["description","版本说明"],["created_date","创建日期"],["status","状态"]] : [["product_name","产品名称"],["version","版本号"],["version_goal","版本目标"],["feature_list","核心功能清单"],["platform","平台"],["launch_date","上线日期"],["status","当前状态"],["notes","备注"]]; const fieldIcons = { target_customer: "user", priority: "flag", status: "circle-dot", project_name: "briefcase-business", project_version: "git-branch", project_status: "circle-dot", current_stage: "map-pin", - customer_need: "file-text", expected_contract_amount: "banknote", expected_sign_date: "calendar", + owner: "user", customer_need: "file-text", expected_contract_amount: "banknote", expected_sign_date: "calendar", sign_probability: "percent", sop_stage: "list-checks", execution_progress: "activity", current_deliverable: "package", risks: "alert-triangle", next_action: "arrow-right", product_name: "box", version: "tag", version_goal: "target", feature_list: "list", platform: "layers",