Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-27 12:07:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86fe5a0e75da19140e684a4dcf15397bf511d142
86fe5a0e
1 parent
71e49217
style(plan): 弹窗标题显示产品名称而非模板名称
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/plan/PlanFormContainer.vue
src/components/plan/PlanFormContainer.vue
View file @
86fe5a0
...
...
@@ -2,7 +2,7 @@
<!--
使用
PlanPopupNew
容器组件(支持全局弹窗管理器)
-->
<
PlanPopupNew
:
visible
=
"props.visible"
:
title
=
"
templateConfig?.
name || '计划书'"
:
title
=
"
product?.product_
name || '计划书'"
:
has
-
template
=
"hasTemplate"
@close
=
"close"
@submit
=
"submit"
...
...
Please
register
or
login
to post a comment