|
@@ -121,7 +121,7 @@
|
|
<el-tag v-show="row.examineStatus == 'FAIL'" type="danger">不通过</el-tag>
|
|
<el-tag v-show="row.examineStatus == 'FAIL'" type="danger">不通过</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="center" label="操作" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column fixed="right" align="center" label="操作" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button type="text" class="textColor" v-if="
|
|
<el-button type="text" class="textColor" v-if="
|
|
scope.row.examineStatus == 'WAIT' &&
|
|
scope.row.examineStatus == 'WAIT' &&
|