修改显示

This commit is contained in:
2024-08-22 09:29:29 +08:00
parent 0d2f5b2c2c
commit f83cce3087
2 changed files with 5 additions and 5 deletions

View File

@@ -91,9 +91,9 @@
</el-table-column>
<el-table-column :label="$t('citeList.is_wos')" width="80" align="center">
<template slot-scope="scope">
<span v-if="scope.row.is_china == 0">{{ $t('citeList.is_china0') }}</span>
<p v-if="scope.row.is_wos == 1">{{ $t('citeList.no') }}</p>
<p v-if="scope.row.is_wos == 2">{{ $t('citeList.yes') }}</p>
<span v-if="scope.row.is_wos == 0">{{ $t('citeList.is_china0') }}</span>
<p v-if="scope.row.is_wos == 1">{{ $t('citeList.yes') }}</p>
<p v-if="scope.row.is_wos == 2">{{ $t('citeList.no') }}</p>
</template>
</el-table-column>
<!-- <el-table-column :label="$t('citeList.date')" width="90" align="center">

View File

@@ -72,8 +72,8 @@ module.exports = {
// target: 'https://www.tmrjournals.cn',
// target: 'http://www.tougao.com/public/index.php/',
// target: 'http://www.tougao.com/',
target: 'http://192.168.110.110/tougao/public/index.php/',
// target: 'https://submission.tmrjournals.com/',//正式
// target: 'http://192.168.110.110/tougao/public/index.php/',
target: 'https://submission.tmrjournals.com/',//正式
changeOrigin: true,
pathRewrite: {
'^/api': ''