This commit is contained in:
2025-08-26 18:01:49 +08:00
parent f535f54673
commit daba55e418
17 changed files with 3727 additions and 44 deletions

View File

@@ -11,7 +11,8 @@
</el-breadcrumb>
</div>
<div class="container">
<div class="handle-box">
<div class="handle-box" v-if="articleBaseInfo.state != 7">
<div>
<el-button type="primary" icon="el-icon-plus" @click="openAddRev">Reviewer Bank</el-button>
@@ -91,7 +92,7 @@
</template>
</el-table-column>
<!-- <el-table-column prop="field" label="Field"></el-table-column> -->
<el-table-column label="State" align="center" width="120">
<el-table-column label="State" align="center" width="130">
<template slot-scope="scope">
<span style="font-size: 16px;"v-html="revstate(scope.row)"></span>