|
|
@ -202,7 +202,8 @@ |
|
|
|
@click="handleSignone(slotProps.scope.row)" |
|
|
|
@click="handleSignone(slotProps.scope.row)" |
|
|
|
v-if=" |
|
|
|
v-if=" |
|
|
|
slotProps.scope.row.signingStatus == '待审核' && |
|
|
|
slotProps.scope.row.signingStatus == '待审核' && |
|
|
|
slotProps.scope.row.driverSigning == '未签收' |
|
|
|
slotProps.scope.row.driverSigning == '未签收' && |
|
|
|
|
|
|
|
Number(slotProps.scope.row.isHaveAbnormalPackage) === 2 |
|
|
|
" |
|
|
|
" |
|
|
|
>一键签收 |
|
|
|
>一键签收 |
|
|
|
</el-text> |
|
|
|
</el-text> |
|
|
|