mirror of
https://github.com/Funkoala14/CreatorCenter_OOIN.git
synced 2025-06-07 21:48:14 +08:00
Update TemplateList.jsx
This commit is contained in:
parent
4a22f0a37d
commit
ad661e5a77
@ -37,16 +37,16 @@ export default function TemplateList({ activeTab, openModal, setFormData }) {
|
||||
<div className='template-item' key={template.id}>
|
||||
<div className='template-item-name'>
|
||||
<span className='template-item-name-text'>
|
||||
{template.type === 'initial' && (
|
||||
{template.mission === 'initial_contact' && (
|
||||
<span className='template-item-name-text-initial'>初步建联</span>
|
||||
)}
|
||||
{template.type === 'bargain' && (
|
||||
{template.mission === 'negotiation' && (
|
||||
<span className='template-item-name-text-bargain'>砍价邮件</span>
|
||||
)}
|
||||
{template.type === 'script' && (
|
||||
{template.mission === 'script' && (
|
||||
<span className='template-item-name-text-script'>脚本邮件</span>
|
||||
)}
|
||||
{template.type === 'cooperation' && (
|
||||
{template.mission === 'follow_up' && (
|
||||
<span className='template-item-name-text-cooperation'>合作追踪</span>
|
||||
)}{' '}
|
||||
- {template.name}
|
||||
@ -77,7 +77,7 @@ export default function TemplateList({ activeTab, openModal, setFormData }) {
|
||||
<FileText size={20} />
|
||||
Message
|
||||
</div>
|
||||
<div className='value'>{template.message}</div>
|
||||
<div className='value'>{template.content}</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user