@@ -42,7 +42,7 @@
</el-table-column>
<el-table-column label="手动检查" sortable min-width="15%">
<template v-slot="scope">
- <el-button :type="selectButtonType(scope.row)" size="medium" :disabled="isDisabled(scope.row)" plain @click="passCheck(scope.row)">{{ scope.row | getTextResult }}</el-button>
+ <el-button :type="selectButtonType(scope.row)" size="medium" :disabled="isDisabled(scope.row)" @click="passCheck(scope.row)">{{ scope.row | getTextResult }}</el-button>
</template>
</el-table>