修改显示
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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': ''
|
||||
|
||||
Reference in New Issue
Block a user