tijiao
This commit is contained in:
@@ -450,9 +450,50 @@
|
|||||||
<p else>
|
<p else>
|
||||||
{{ scope.row.title }}
|
{{ scope.row.title }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label=" " align="center" width="200px">
|
<el-table-column prop="" label="" width="130">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<div style="">
|
||||||
|
<span
|
||||||
|
v-if="scope.row.is_buy == 0"
|
||||||
|
style="
|
||||||
|
color: #f56c6c;
|
||||||
|
|
||||||
|
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Manuscript unpaid
|
||||||
|
</span>
|
||||||
|
<span
|
||||||
|
v-if="scope.row.is_buy == 1"
|
||||||
|
style="
|
||||||
|
color: #67c23a;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
color: #67c23a;
|
||||||
|
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Paid already
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
|
|
||||||
|
<el-table-column label=" " align="center" width="140">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button @click="changeEnter(scope.row)" size="mini" type="primary" plain icon="el-icon-edit">Edit</el-button>
|
<el-button @click="changeEnter(scope.row)" size="mini" type="primary" plain icon="el-icon-edit">Edit</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user