This commit is contained in:
wangjinlei
2023-05-17 13:21:01 +08:00
parent 5ed3073b6e
commit f087543b0f
77 changed files with 10625 additions and 4542 deletions

View File

@@ -34,8 +34,8 @@
<i v-if="item.name=='Author'&&ArtPose.author!=''" style="color:#1869A0" class="el-icon-check"></i>
<span v-if="item.name=='Author'&&ArtPose.author!=''">{{checkNumber.author}} selections</span>
<i v-if="item.name=='Department-Institution-Address'&&ArtPose.authorAddress!=''" style="color:#fc8452" class="el-icon-check"></i>
<span v-if="item.name=='Department-Institution-Address'&&ArtPose.authorAddress!=''">{{checkNumber.authorAddress}}
<i v-if="item.name=='Department-Affiliation-Address'&&ArtPose.authorAddress!=''" style="color:#fc8452" class="el-icon-check"></i>
<span v-if="item.name=='Department-Affiliation-Address'&&ArtPose.authorAddress!=''">{{checkNumber.authorAddress}}
selections</span>
<i v-if="item.name=='Author Contribution'&&ArtPose.authorContribution!=''" style="color:#e8b034" class="el-icon-check"></i>
@@ -159,7 +159,7 @@
'ptext': '',
'value': 'author'
}, {
'name': 'Department-Institution-Address',
'name': 'Department-Affiliation-Address',
'icon': 'el-icon-connection',
'ptext': '',
'value': 'authorAddress'