|
|
@ -70,7 +70,6 @@ const columns = ref([ |
|
|
|
justifyContent: 'center', |
|
|
|
}} |
|
|
|
> |
|
|
|
<p>{row.resultSerial}</p> |
|
|
|
<svg |
|
|
|
xmlns="http://www.w3.org/2000/svg" |
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
|
@ -130,6 +129,7 @@ const columns = ref([ |
|
|
|
</g> |
|
|
|
</g> |
|
|
|
</svg> |
|
|
|
<p style={{ marginLeft: '10px' }}>{row.resultSerial}</p> |
|
|
|
</div> |
|
|
|
) |
|
|
|
} else if (row.result == 2) { |
|
|
@ -141,7 +141,6 @@ const columns = ref([ |
|
|
|
justifyContent: 'center', |
|
|
|
}} |
|
|
|
> |
|
|
|
<p>{row.resultSerial}</p> |
|
|
|
<svg |
|
|
|
xmlns="http://www.w3.org/2000/svg" |
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
|
@ -201,6 +200,7 @@ const columns = ref([ |
|
|
|
</g> |
|
|
|
</g> |
|
|
|
</svg> |
|
|
|
<p style={{ marginLeft: '10px' }}>{row.resultSerial}</p> |
|
|
|
</div> |
|
|
|
) |
|
|
|
} else { |
|
|
|