This commit is contained in:
2025-06-04 09:34:43 +08:00
parent 5f50e448cb
commit 316d7d2043
30 changed files with 963 additions and 5302 deletions

View File

@@ -377,152 +377,153 @@ export default {
journal_special_id: 'None'
},
opInstal: [],
opMedical: [
{
label: 'None',
value: ''
},
{
label: 'ARTICLE',
value: 'Article'
},
{
label: 'REVIEW',
value: 'Review'
},
{
label: 'CASE REPORT',
value: 'Case report'
},
{
label: 'RESEARCH PROPOSAL',
value: 'Research proposal'
},
{
label: 'NEWS',
value: 'News'
},
{
label: 'COMMENT',
value: 'Comment'
},
{
label: 'CORRECTION',
value: 'Correction'
},
{
label: 'HYPOTHESIS',
value: 'Hypothesis'
},
{
label: 'PREFACE',
value: 'Preface'
},
{
label: 'EDITORIAL',
value: 'Editorial'
},
{
label: 'REPORT',
value: 'Report'
},
{
label: 'LETTER',
value: 'Letter'
},
{
label: 'EMPIRICAL FORMULA',
value: 'Empirical formula'
},
{
label: 'EVIDENCE-BASED MEDICINE',
value: 'Evidence-based medicine'
},
{
label: 'EXPERT CONSENSUS',
value: 'Expert consensus'
},
{
label: 'LETTER TO EDITOR',
value: 'Letter to editor'
},
{
label: 'QUESTIONNAIRE INVESTIGATION',
value: 'Questionnaire investigation'
},
{
label: 'PROTOCOL',
value: 'Protocol'
},
{
label: 'CASE SERIES',
value: 'Case Series'
},
{
label: 'RETRACTION',
value: 'Retraction'
},
{
label: 'MINI REVIEW',
value: 'Mini Review'
},
{
label: 'RETRACTION NOTE',
value: 'Retraction Note'
},
{
label: '内经难经',
value: '内经难经'
},
{
label: '伤寒金匮',
value: '伤寒金匮'
},
{
label: '神农本草经',
value: '神农本草经'
},
{
label: '温病研究',
value: '温病研究'
},
{
label: '唐宋方药',
value: '唐宋方药'
},
{
label: '金元各家',
value: '金元各家'
},
{
label: '明清经典',
value: '明清经典'
},
{
label: '中西汇通',
value: '中西汇通'
},
{
label: '太湖选粹',
value: '太湖选粹'
},
{
label: '针灸推拿',
value: '针灸推拿'
},
{
label: '名医名方',
value: '名医名方'
},
{
label: '新冠肺炎',
value: '新冠肺炎'
},
{
label: '书评',
value: '书评'
}
],
// opMedical: [
// {
// label: 'None',
// value: ''
// },
// {
// label: 'ARTICLE',
// value: 'Article'
// },
// {
// label: 'REVIEW',
// value: 'Review'
// },
// {
// label: 'CASE REPORT',
// value: 'Case report'
// },
// {
// label: 'RESEARCH PROPOSAL',
// value: 'Research proposal'
// },
// {
// label: 'NEWS',
// value: 'News'
// },
// {
// label: 'COMMENT',
// value: 'Comment'
// },
// {
// label: 'CORRECTION',
// value: 'Correction'
// },
// {
// label: 'HYPOTHESIS',
// value: 'Hypothesis'
// },
// {
// label: 'PREFACE',
// value: 'Preface'
// },
// {
// label: 'EDITORIAL',
// value: 'Editorial'
// },
// {
// label: 'REPORT',
// value: 'Report'
// },
// {
// label: 'LETTER',
// value: 'Letter'
// },
// {
// label: 'EMPIRICAL FORMULA',
// value: 'Empirical formula'
// },
// {
// label: 'EVIDENCE-BASED MEDICINE',
// value: 'Evidence-based medicine'
// },
// {
// label: 'EXPERT CONSENSUS',
// value: 'Expert consensus'
// },
// {
// label: 'LETTER TO EDITOR',
// value: 'Letter to editor'
// },
// {
// label: 'QUESTIONNAIRE INVESTIGATION',
// value: 'Questionnaire investigation'
// },
// {
// label: 'PROTOCOL',
// value: 'Protocol'
// },
// {
// label: 'CASE SERIES',
// value: 'Case Series'
// },
// {
// label: 'RETRACTION',
// value: 'Retraction'
// },
// {
// label: 'MINI REVIEW',
// value: 'Mini Review'
// },
// {
// label: 'RETRACTION NOTE',
// value: 'Retraction Note'
// },
// {
// label: '内经难经',
// value: '内经难经'
// },
// {
// label: '伤寒金匮',
// value: '伤寒金匮'
// },
// {
// label: '神农本草经',
// value: '神农本草经'
// },
// {
// label: '温病研究',
// value: '温病研究'
// },
// {
// label: '唐宋方药',
// value: '唐宋方药'
// },
// {
// label: '金元各家',
// value: '金元各家'
// },
// {
// label: '明清经典',
// value: '明清经典'
// },
// {
// label: '中西汇通',
// value: '中西汇通'
// },
// {
// label: '太湖选粹',
// value: '太湖选粹'
// },
// {
// label: '针灸推拿',
// value: '针灸推拿'
// },
// {
// label: '名医名方',
// value: '名医名方'
// },
// {
// label: '新冠肺炎',
// value: '新冠肺炎'
// },
// {
// label: '书评',
// value: '书评'
// }
// ],
opMedical: [],
editAuthor: false,
addAuthor: false,
editSchool: false,
@@ -740,6 +741,7 @@ export default {
};
},
mounted() {
this.opMedical=this.$commonJS.opMedicalList()
this.msgform={...this.msgform, article_id: this.article_id,}
this.getDetail();
this.getHight();