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