用户端,条件验证

This commit is contained in:
@fawn-nine
2023-07-15 17:31:45 +08:00
parent aa56ccdeea
commit 67134b3d29

View File

@@ -103,7 +103,7 @@
<el-table-column type="index" label="No." width="55" align="center"></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.author != ''" >
<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 >