@ -200,6 +200,8 @@
</el-tag>
</template>
</el-table-column>
<el-table-column label="备注" prop="remark" width="180" show-overflow-tooltip>
<el-table-column label="操作" width="160" fixed="right">
<template slot-scope="scope">
<el-button type="text" :disabled="scope.row.checkStatus==1 " v-if="showSup" size="small"
@ -145,6 +145,8 @@
@ -114,6 +114,8 @@
<span>{{ scope.row.createTime }}</span>
<!-- <el-table-column label="校验状态" prop="status" width="100">-->
<!-- <template slot-scope="scope">-->
<!-- <el-tag :type="(scope.row.status ===-1 ) | statusFilterType">{{-->
@ -135,6 +135,8 @@
<el-table-column label="操作" width="150">
<el-button
@ -122,6 +122,8 @@
<el-table-column label="操作" width="160">
@ -139,6 +139,8 @@
<el-table-column label="操作" width="150" fixed="right">
@ -137,6 +137,8 @@
@ -130,6 +130,8 @@
@ -198,6 +198,8 @@
<!-- </el-tag>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="操作" width="250" fixed="right">
@ -217,6 +217,8 @@
@ -129,6 +129,8 @@
<el-table-column label="操作" width="140" fixed="right">
@ -164,6 +164,8 @@
<!-- <el-table-column label="验收状态" prop="status" width="100">-->
<!-- <el-tag :type="statusFilterType(scope.row.status)">{{-->
@ -148,6 +148,8 @@