用户端,条件验证
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
<el-table-column type="index" label="No." width="55" align="center"></el-table-column>
|
<el-table-column type="index" label="No." width="55" align="center"></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.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>
|
<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