tijaio
This commit is contained in:
@@ -1538,7 +1538,7 @@
|
||||
</el-form-item>
|
||||
</template>
|
||||
|
||||
<template v-if="userIndexForm.type == 2">
|
||||
<!-- <template v-if="userIndexForm.type == 2">
|
||||
<template v-if="item.isEdit">
|
||||
<el-form-item v-loading="userloading">
|
||||
<span slot="label">
|
||||
@@ -1591,7 +1591,7 @@
|
||||
<b class="el-icon-check"></b>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-form>
|
||||
</el-tab-pane>
|
||||
</template>
|
||||
@@ -1937,7 +1937,7 @@ export default {
|
||||
HIndexList: [
|
||||
{ name: 'WOS', value: 0, key: 'wos' },
|
||||
{ name: 'Scopus', value: 1, key: 'scopus' },
|
||||
{ name: 'Google', value: 2, key: 'google' }
|
||||
// { name: 'Google', value: 2, key: 'google' }
|
||||
],
|
||||
userIndexForm: {},
|
||||
query: {
|
||||
|
||||
@@ -30,11 +30,11 @@
|
||||
<p v-html="colorIndex(scope.row.wos_index,scope.row.wos_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="" label="Google Index" width="120px" align="center">
|
||||
<!-- <el-table-column prop="" label="Google Index" width="120px" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-html="colorIndex(scope.row.google_index,scope.row.google_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="Role" width="305px">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="item in scope.row.roles" class="ro_li_ku">
|
||||
|
||||
@@ -125,11 +125,11 @@
|
||||
<p v-html="colorIndex(scope.row.wos_index,scope.row.wos_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="" label="Google Index" width="110px" align="center">
|
||||
<!-- <el-table-column prop="" label="Google Index" width="110px" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-html="colorIndex(scope.row.google_index,scope.row.google_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="Role" width="175px">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="item in scope.row.roles" class="ro_li_ku">
|
||||
|
||||
@@ -114,11 +114,11 @@
|
||||
<p v-html="colorIndex(scope.row.wos_index,scope.row.wos_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="" label="Google Index" width="110px" align="center">
|
||||
<!-- <el-table-column prop="" label="Google Index" width="110px" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-html="colorIndex(scope.row.google_index,scope.row.google_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="Role" width="175px">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="item in scope.row.roles" class="ro_li_ku">
|
||||
|
||||
@@ -141,11 +141,11 @@
|
||||
<p v-html="colorIndex(scope.row.wos_index,scope.row.wos_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="" label="Google Index" width="120px" align="center">
|
||||
<!-- <el-table-column prop="" label="Google Index" width="120px" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-html="colorIndex(scope.row.google_index,scope.row.google_time)"></p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column label="Role" width="305px">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="item in scope.row.roles" class="ro_li_ku">
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="s_rol">
|
||||
<!-- <div class="s_rol">
|
||||
<h3>
|
||||
Google Index
|
||||
<b
|
||||
@@ -430,15 +430,8 @@
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
<!-- <div class="rol_mess">
|
||||
<font>Google ID :</font>
|
||||
<span></span>
|
||||
</div>
|
||||
<div class="rol_mess">
|
||||
<font>Google Author :</font>
|
||||
<span></span>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<!-- <div style="text-align: right" v-if="geogleList.length != 0 && bankVisible">
|
||||
@@ -2810,7 +2803,7 @@ export default {
|
||||
}
|
||||
|
||||
.userIndexBox .s_rol {
|
||||
width: 29%;
|
||||
width: 46.5%;
|
||||
height: 300px;
|
||||
}
|
||||
.userIndexBox h3 {
|
||||
|
||||
Reference in New Issue
Block a user