公共方法分类调整

This commit is contained in:
chengxl
2025-06-05 13:48:54 +08:00
parent 4b7dd04cea
commit 4ef64ebb25

View File

@@ -1192,7 +1192,7 @@ function getArticleType(){
['name' => 'CASE SERIES','value' => 'CS'],
['name' => 'RETRACTION','value' => 'RT'],
['name' => 'MINI REVIEW','value' => 'MR'],
['name' => 'PERSPECTIVE','value' => 'PERSP'],
// ['name' => 'PERSPECTIVE','value' => 'PERSP'],
['name' => 'OTHERS','value' => 'O']
],
'supplement' => [
@@ -1232,6 +1232,7 @@ function getMedicalType(){
['label' => 'CASE SERIES','value' => 'Case Series'],
['label' => 'RETRACTION','value' => 'Retraction'],
['label' => 'MINI REVIEW','value' => 'Mini Review'],
['label' => 'PERSPECTIVE','value' => 'Perspective'],
['label' => '内经难经','value' => '内经难经'],
['label' => '伤寒金匮','value' => '伤寒金匮'],
['label' => '神农本草经','value' => '神农本草经'],