综合素质加撤销功能
This commit is contained in:
@@ -32,8 +32,8 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- <el-button v-if="scope.row.auditStatus == '6'" size="mini" type="text" icon="el-icon-close"
|
<el-button v-if="scope.row.auditStatus == '6'" size="mini" type="text" icon="el-icon-close"
|
||||||
@click="processRClick(scope.row)">撤销</el-button> -->
|
@click="processRClick(scope.row)">撤销</el-button>
|
||||||
<el-button size="mini" type="text" icon="el-icon-folder" @click="processVClick(scope.row)">查看详情</el-button>
|
<el-button size="mini" type="text" icon="el-icon-folder" @click="processVClick(scope.row)">查看详情</el-button>
|
||||||
<!-- <el-button v-if="scope.row.auditStatus == '6'" size="mini" type="text" icon="el-icon-circle-close"
|
<!-- <el-button v-if="scope.row.auditStatus == '6'" size="mini" type="text" icon="el-icon-circle-close"
|
||||||
@click="cancelVClick(scope.row)">取消加/扣分</el-button> -->
|
@click="cancelVClick(scope.row)">取消加/扣分</el-button> -->
|
||||||
|
Reference in New Issue
Block a user