hookehuyr

style(plan): 弹窗标题显示产品名称而非模板名称

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
......@@ -2,7 +2,7 @@
<!-- 使用 PlanPopupNew 容器组件(支持全局弹窗管理器) -->
<PlanPopupNew
:visible="props.visible"
:title="templateConfig?.name || '计划书'"
:title="product?.product_name || '计划书'"
:has-template="hasTemplate"
@close="close"
@submit="submit"
......