1
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<el-option key="B" label="Review" value="B"></el-option>
|
||||
<el-option key="C" label="Case report" value="C"></el-option>
|
||||
<el-option key="M" label="Meta-analysis" value="M"></el-option>
|
||||
<el-option key="P" label="Research proposal" value="P"></el-option>
|
||||
<el-option key="P" label="Research proposal" value="P"></el-option>
|
||||
<el-option key="N" label="News" value="N"></el-option>
|
||||
<el-option key="T" label="Comment" value="T"></el-option>
|
||||
<el-option key="O" label="Others" value="O"></el-option>
|
||||
@@ -283,9 +283,9 @@
|
||||
<el-dialog title="" :visible.sync="licensebox" width="30%">
|
||||
<span style="word-wrap:break-word; word-break:normal; ">
|
||||
Creative Commons Licensing<br>
|
||||
TMR Publishing Group provides authors the choice of applying the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licenses defined below, to be determined after acceptance:<br>
|
||||
TMR Publishing Group provides authors the choice of applying the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licenses defined below, to be determined after acceptance:<br>
|
||||
Attribution: CC BY-NC 4.0<br>
|
||||
This license lets others distribute, remix, tweak, and build upon your work. They can not use the material for commercial purposes.
|
||||
This license lets others distribute, remix, tweak, and build upon your work. They can not use the material for commercial purposes.
|
||||
</span>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button @click="licensebox = false">close</el-button>
|
||||
@@ -305,7 +305,7 @@ export default {
|
||||
loading: false,
|
||||
form: {
|
||||
journal: localStorage.getItem('ms_journal_alias') ? parseInt(localStorage.getItem('ms_journal_alias')) : 1,
|
||||
username: localStorage.getItem('ms_username'),
|
||||
username: localStorage.getItem('U_name'),
|
||||
title: '',
|
||||
major: '',
|
||||
cmajor: '',
|
||||
|
||||
Reference in New Issue
Block a user