修改判断条件

This commit is contained in:
@fawn-nine
2023-07-15 09:54:22 +08:00
parent 06834f5377
commit 893747d23d
2 changed files with 2 additions and 2 deletions

View File

@@ -716,7 +716,7 @@
</div>
<!-- 上线弹出框 -->
<!-- 上线弹出框 --->
<el-dialog title="Tips" :visible.sync="onlineVisible" width="680px">
<p style="line-height: 24px;">
Are you sure you want to push this manuscript to the official website?

View File

@@ -76,7 +76,7 @@
</el-table-column>
<el-table-column label="state" width="55" align="center">
<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>
</span>
<span class="status warn" v-else >