tijiao
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
|||||||
expert_title: "Prof", // 专家职称 (如 Prof./Dr.)
|
expert_title: "Prof", // 专家职称 (如 Prof./Dr.)
|
||||||
expert_name: "John Doe", // 专家姓名
|
expert_name: "John Doe", // 专家姓名
|
||||||
expert_field: "Biomedical Engineering", // 专家研究领域
|
expert_field: "Biomedical Engineering", // 专家研究领域
|
||||||
// representative_work_title: "Advanced Applications of AI in Medical Imaging", // 专家代表作标题
|
representative_work_title: "Advanced Applications of AI in Medical Imaging", // 专家代表作标题
|
||||||
// ai_content_analysis: "", // AI 约稿理由分析
|
// ai_content_analysis: "", // AI 约稿理由分析
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -96,13 +96,13 @@
|
|||||||
|
|
||||||
<div class="body-editor-container">
|
<div class="body-editor-container">
|
||||||
<div class="subject-label" style="margin-bottom: 10px;">{{ $t('mailboxMouldDetail.emailBody') }}:</div>
|
<div class="subject-label" style="margin-bottom: 10px;">{{ $t('mailboxMouldDetail.emailBody') }}:</div>
|
||||||
<!-- <TmrEmailEditor
|
<TmrEmailEditor
|
||||||
v-model="form.body"
|
v-model="form.body"
|
||||||
:journalList="journalList"
|
:journalList="journalList"
|
||||||
:journalId="form.journalId"
|
:journalId="form.journalId"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
/> -->
|
/>
|
||||||
<CkeditorMail v-model="form.body" />
|
<!-- <CkeditorMail v-model="form.body" /> -->
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user