@ -139,7 +139,7 @@
>指派</el-button>
<!-- v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'" -->
<el-button
v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'"
v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order' || (scoped.row.status == 'finished' && !scoped.row.evaluateFlag)"
type="text"
size="small"
@click="handleFinish(scope.row, 'finish')"