修改判断条件
This commit is contained in:
@@ -716,7 +716,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- 上线弹出框 -->
|
<!-- 上线弹出框 --->
|
||||||
<el-dialog title="Tips" :visible.sync="onlineVisible" width="680px">
|
<el-dialog title="Tips" :visible.sync="onlineVisible" width="680px">
|
||||||
<p style="line-height: 24px;">
|
<p style="line-height: 24px;">
|
||||||
Are you sure you want to push this manuscript to the official website?
|
Are you sure you want to push this manuscript to the official website?
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="state" width="55" align="center">
|
<el-table-column label="state" width="55" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span class="status ok" v-if="scope.row.refer_doi != '' || scope.row.doilink != '' || scope.row.isbn != '' || scope.row.refer_frag != ''" >
|
<span class="status ok" v-if="scope.row.refer_type == 'journal' && scope.row.doilink != '' || scope.row.refer_type == 'book' && scope.row.isbn != '' || scope.row.refer_type == 'other' && scope.row.refer_frag != '' && scope.row.refer_frag.length > 15" >
|
||||||
<i class="el-icon-circle-check"></i>
|
<i class="el-icon-circle-check"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="status warn" v-else >
|
<span class="status warn" v-else >
|
||||||
|
|||||||
Reference in New Issue
Block a user