This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -8,7 +8,7 @@
</el-breadcrumb>
</div>
<div class="container">
<el-table :data="tableData" border stripe class="table" ref="multipleTable" header-cell-class-name="table-header">
<el-table :data="tableData" border stripe class="table" ref="multipleTable" header-cell-class-name="table-header" empty-text="New messages (0)">
<el-table-column type="index" label="No." width="55" align="center"></el-table-column>
<el-table-column prop="accept_sn" label="Manuscript ID" width="180" align="center"></el-table-column>
<!-- <el-table-column prop="art_rev_id" label="ID" width="55" align="center"></el-table-column> -->
@@ -86,7 +86,7 @@
} else if (cellValue == 2) {
return 'Reject';
} else if (cellValue == 3) {
return 'Accepted';
return 'Accept';
} else if (cellValue == 4) {
return 'invalid';
} else if (cellValue == 5) {