tijao
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user