This commit is contained in:
xulu
2022-03-10 17:34:35 +08:00
parent 4f5e6e1f78
commit a2a8a06ff6
44 changed files with 9609 additions and 969 deletions

View File

@@ -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;