|
@@ -39,7 +39,7 @@
|
|
|
<el-table-column label="联系方式" width="160" prop="hb_lxfs"></el-table-column>
|
|
|
<el-table-column label="论文题目" width="300" prop="hb_title"></el-table-column>
|
|
|
<el-table-column label="查重率" width="160" prop="hb_ccl"></el-table-column>
|
|
|
- <el-table-column label="操作" align="center">
|
|
|
+ <el-table-column label="操作" width="120" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-dropdown v-if="btnCheck.cs && scope.row.hb_shzt_option_k == 0" @command="handleCommand">
|
|
|
<span class="el-dropdown-link hand">
|
|
@@ -104,9 +104,9 @@
|
|
|
</template> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" width="120">
|
|
|
+ <el-table-column label="操作" width="200">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-dropdown v-if="btnCheck.cs && scope.row.hb_shzt_option_k == 0" @command="handleCommand">
|
|
|
+ <el-dropdown v-if="btnCheck.cs && scope.row.hb_shzt_option_k == 0" @command="handleCommand" style="marginRight:20px">
|
|
|
<span class="el-dropdown-link hand">
|
|
|
初审
|
|
|
<i class="el-icon-arrow-down el-icon--right"></i>
|
|
@@ -116,7 +116,7 @@
|
|
|
<el-dropdown-item :command="beforeHandleCommand('no', scope.row)">不通过</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
- <span v-else>{{ scope.row.hb_shzt }}</span>
|
|
|
+ <span v-else style="marginRight:20px">{{ scope.row.hb_shzt }}</span>
|
|
|
<el-button type="text" v-if="btnCheck.pf" @click="toReview(scope.row.hb_id, 'pf')">评分</el-button>
|
|
|
<el-button type="text" v-if="btnCheck.zc" :disabled="!scope.row.is_zc"
|
|
|
@click="toReview(scope.row.hb_id, 'zc')">仲裁</el-button>
|
|
@@ -168,9 +168,9 @@
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" v-if="btnCheck.yx">
|
|
|
+ <el-table-column label="操作" width="200" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-dropdown v-if="btnCheck.cs && scope.row.hb_shzt_option_k == 0" @command="handleCommand">
|
|
|
+ <el-dropdown v-if="btnCheck.cs && scope.row.hb_shzt_option_k == 0" @command="handleCommand" style="marginRight:20px">
|
|
|
<span class="el-dropdown-link hand">
|
|
|
初审
|
|
|
<i class="el-icon-arrow-down el-icon--right"></i>
|
|
@@ -180,11 +180,13 @@
|
|
|
<el-dropdown-item :command="beforeHandleCommand('no', scope.row)">不通过</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
|
- <span v-else>{{ scope.row.hb_shzt }}</span>
|
|
|
- <el-button type="text" @click="setYxzp(scope.row.hb_id)">
|
|
|
- <span v-if="scope.row.is_yxzp == 0">设为优秀</span>
|
|
|
- <span v-else>取消优秀</span>
|
|
|
- </el-button>
|
|
|
+ <span v-else style="marginRight:20px">{{ scope.row.hb_shzt }}</span>
|
|
|
+ <template v-if="btnCheck.yx">
|
|
|
+ <el-button type="text" @click="setYxzp(scope.row.hb_id)">
|
|
|
+ <span v-if="scope.row.is_yxzp == 0">设为优秀</span>
|
|
|
+ <span v-else>取消优秀</span>
|
|
|
+ </el-button>
|
|
|
+ </template>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</template>
|