This commit is contained in:
2025-06-20 13:12:26 +08:00
parent eb84024fdf
commit 74525e161e
9 changed files with 128 additions and 48 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div>
<div class="crumbs">
<div style="height: 100%;">
<div class="crumbs" style="margin: 0;">
<!-- <el-breadcrumb separator="/">
<el-breadcrumb-item> <i class="el-icon-user"></i> Reviewer list </el-breadcrumb-item>
</el-breadcrumb> -->
</div>
<div class="container">
<div class="container" style="height: 100%;box-sizing: border-box;">
<!-- <div class="handle-box">
</div> -->
@@ -53,7 +53,7 @@
</el-button>
<el-button type="primary" icon="el-icon-plus" class="handle-del" @click="add_Selection">Add Reviewer </el-button>
</div>
<el-table :data="tableData" class="table" ref="multipleTable" header-cell-class-name="table-header" empty-text="Messages (0)">
<el-table height="86%" :data="tableData" class="table" ref="multipleTable" header-cell-class-name="table-header" empty-text="Messages (0)">
<el-table-column label="Base Information" width="280px">
<template slot-scope="scope">
<p class="tab_tie_col">
@@ -147,7 +147,7 @@
</p>
</template>
</el-table-column>
<el-table-column label="Other Information">
<el-table-column label="Other Information" min-width="300">
<template slot-scope="scope">
<p class="tab_tie_col"><span>Field: </span>{{ scope.row.field }}</p>
<!-- <p class="tab_tie_col"><span>Major: </span>{{ scope.row.major_title }}</p> -->
@@ -176,6 +176,7 @@
>
</b>
<el-button
style="padding: 4px;"
size="mini"
type="success"
plain
@@ -184,7 +185,7 @@
v-if="scope.row.is_yboard == '0'"
>Upgrade</el-button
>
<el-button
<el-button style="padding: 4px;"
size="mini"
type="warning"
plain
@@ -206,7 +207,7 @@
></b>
</template>
</el-table-column> -->
<el-table-column label="Research areas" width="310">
<el-table-column label="Research areas" width="260">
<template slot-scope="scope">
<commonMajorTableList :user_id="scope.row.user_id" :baseInfo="scope.row" :key="scope.row.user_id"></commonMajorTableList>
</template>
@@ -219,10 +220,10 @@
@click="handleEdit(scope.$index, scope.row)">Edit</el-button>
</div> -->
<div style="margin: 0 0 6px 0">
<el-button type="primary" plain icon="el-icon-edit" @click="handleDtail(scope.row)"> Detail </el-button>
<el-button style="width: 80px;padding: 7px 10px;" type="primary" plain icon="el-icon-edit" @click="handleDtail(scope.row)"> Detail </el-button>
</div>
<div>
<el-button size="mini" type="danger" plain icon="el-icon-delete" @click="showDelete(scope.row)">
<div >
<el-button style="width: 80px;padding: 7px 10px;" size="mini" type="danger" plain icon="el-icon-delete" @click="showDelete(scope.row)">
Delete</el-button
>
</div>
@@ -1509,7 +1510,7 @@ export default {
}
.starSty {
width: 18px;
width: 14px;
margin-right: 4px;
vertical-align: text-top;
}