@@ -255,7 +255,7 @@
>作废</el-button>
</el-popconfirm>
<el-popconfirm
- v-if="$checkBtnRole('examine', $route.meta.roles) && scope.row.examineStatus === 'OK' "
+ v-if="scope.row.examineStatus === 'OK' "
style="margin-left: 10px"
title="克隆?"
@onConfirm="handleClone(scope.row)"