1
This commit is contained in:
@@ -416,6 +416,9 @@
|
||||
case 'PT':
|
||||
frag = 'PROTOCOL';
|
||||
break;
|
||||
case 'CS':
|
||||
frag = 'CASE SERIES';
|
||||
break;
|
||||
default:
|
||||
frag = 'OTHERS';
|
||||
}
|
||||
@@ -670,7 +673,9 @@
|
||||
},
|
||||
quetrans() {
|
||||
if (confirm('Your sure transfer your manuscript?')) {
|
||||
this.$api.post('api/article/trans_manu', this.transinfo).then((res) => {
|
||||
this.$api
|
||||
.post('api/article/trans_manu', this.transinfo)
|
||||
.then((res) => {
|
||||
this.$message.success('success');
|
||||
this.$router.go(0);
|
||||
});
|
||||
@@ -830,7 +835,7 @@
|
||||
}
|
||||
|
||||
.top-content span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
/* font-family: Arial, Helvetica, sans-serif; */
|
||||
display: block;
|
||||
padding: 2px;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user