提交
This commit is contained in:
@@ -23,10 +23,10 @@
|
|||||||
header-cell-class-name="table-header"
|
header-cell-class-name="table-header"
|
||||||
empty-text="New messages (0)"
|
empty-text="New messages (0)"
|
||||||
>
|
>
|
||||||
<el-table-column label="Base Information">
|
<el-table-column width="300" label="Base Information">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<p class="tab_tie_col">
|
<p class="tab_tie_col">
|
||||||
<span>Realname: </span><b style="font-size: 15px">{{ scope.row.realname }}</b>
|
<span>Realname: </span><b style="font-size: 14px">{{ scope.row.realname }}</b>
|
||||||
</p>
|
</p>
|
||||||
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
|
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
|
||||||
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
|
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<!-- <font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font> -->
|
<!-- <font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font> -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="rs_num" label="Reviewed Times" width="140">
|
<el-table-column prop="rs_num" label="Reviewed Times" width="160">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
Total: {{ scope.row.rs_num }}
|
Total: {{ scope.row.rs_num }}
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
@@ -74,10 +74,10 @@
|
|||||||
header-cell-class-name="table-header"
|
header-cell-class-name="table-header"
|
||||||
empty-text="New messages (0)"
|
empty-text="New messages (0)"
|
||||||
>
|
>
|
||||||
<el-table-column label="Base Information">
|
<el-table-column width="300" label="Base Information">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<p class="tab_tie_col">
|
<p class="tab_tie_col">
|
||||||
<span>Realname: </span><b style="font-size: 15px">{{ scope.row.realname }}</b>
|
<span>Realname: </span><b style="font-size: 14px">{{ scope.row.realname }}</b>
|
||||||
</p>
|
</p>
|
||||||
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
|
<p class="tab_tie_col"><span>Account: </span>{{ scope.row.account }}</p>
|
||||||
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
|
<p class="tab_tie_col"><span>Email: </span>{{ scope.row.email }}</p>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<p class="tab_tie_col" v-if="scope.row.majorstr != ''"><span>Major: </span>{{ scope.row.majorstr }}</p>
|
<p class="tab_tie_col" v-if="scope.row.majorstr != ''"><span>Major: </span>{{ scope.row.majorstr }}</p>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="rs_num" label="Reviewed Times" width="140">
|
<el-table-column prop="rs_num" label="Reviewed Times" width="160">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.rs_num }}
|
{{ scope.row.rs_num }}
|
||||||
<font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font>
|
<font style="margin-left: 5px">(Reviewing:{{ scope.row.now }})</font>
|
||||||
|
|||||||
Reference in New Issue
Block a user