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