|
|
|
@ -130,7 +130,9 @@
|
|
|
|
|
<el-tag |
|
|
|
|
:class="{ |
|
|
|
|
sub: Number(slotProps.scope.row.scanStatus) === 1, |
|
|
|
|
err: Number(slotProps.scope.row.scanStatus) === 2, |
|
|
|
|
err: |
|
|
|
|
Number(slotProps.scope.row.scanStatus) === 2 || |
|
|
|
|
Number(slotProps.scope.row.scanStatus) === 4, |
|
|
|
|
primary: Number(slotProps.scope.row.scanStatus) === 3, |
|
|
|
|
}" |
|
|
|
|
> |
|
|
|
|