tijiao 数字公式不实时渲染
This commit is contained in:
@@ -197,10 +197,19 @@
|
||||
<span style="font-size: 13px; font-weight: 500; color: #888"
|
||||
>{{ $t('paperArticleCount.Periodroll') }} :
|
||||
</span>
|
||||
|
||||
<span style="font-size: 13px; color: #aaa">( {{ scope.row.vol }} )</span>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
<p style="margin-top: 10px;">
|
||||
<span style="font-size: 13px; font-weight: 500; color: #333;margin-right: 10px;">Email sending statistics : </span>
|
||||
<span style="margin-right: 10px;"
|
||||
>Success:
|
||||
<span style="color: rgb(103, 194, 58)"> {{ !scope.row.email_success?0:scope.row.email_success }} </span>
|
||||
</span>
|
||||
<span>Fail:<span style="color: #cb160a"> {{ !scope.row.email_fail?0:scope.row.email_fail }} </span></span>
|
||||
</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('citeList.is_wos')" width="80" align="center">
|
||||
|
||||
Reference in New Issue
Block a user