// drawer.js — 详情抽屉 + 评论 + 删除 function drawerField(icon, label, name, value, multiline = false, customControl = null) { const safeValue = esc(value || ""); const control = customControl ? customControl : multiline ? `` : ``; return `
Detail Drawer
总耗时(上线−启动)
${dDays(item.start_date, item.launch_date)}
产品耗时(方案−启动)
${dDays(item.start_date, item.plan_date)}
研发耗时(研发完成−方案)
${dDays(item.plan_date, item.dev_done_date)}
测试耗时(测试完成−研发完成)
${dDays(item.dev_done_date, item.test_date)}
下一步:${text(f.next_action)}
` : ""}