|
@@ -16,7 +16,12 @@
|
|
</span>
|
|
</span>
|
|
<right-button class="next-button" @click="checkNext" />
|
|
<right-button class="next-button" @click="checkNext" />
|
|
<div class="flex-1 p-base scroll-auto mark-content-paper">
|
|
<div class="flex-1 p-base scroll-auto mark-content-paper">
|
|
- <img :src="dataUrl" alt="" class="paper-img" :style="{ 'background-color': frontColor }" />
|
|
|
|
|
|
+ <img
|
|
|
|
+ :src="frontColor === 'transparent' ? currentArbitration?.filePath : dataUrl"
|
|
|
|
+ alt=""
|
|
|
|
+ class="paper-img"
|
|
|
|
+ :style="{ 'background-color': frontColor }"
|
|
|
|
+ />
|
|
</div>
|
|
</div>
|
|
<scoring-panel-with-confirm
|
|
<scoring-panel-with-confirm
|
|
:id="currentArbitration?.taskId"
|
|
:id="currentArbitration?.taskId"
|