fix
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
/>
|
||||
<div class="status" v-else>
|
||||
<div class="content">
|
||||
<!-- <HighlightAdmin>
|
||||
<HighlightAdmin>
|
||||
<img src="@/assets/images/generateLoading.png" alt="">
|
||||
<div class="mask"></div>
|
||||
</HighlightAdmin> -->
|
||||
</HighlightAdmin>
|
||||
</div>
|
||||
</div>
|
||||
<div class="more" v-if="item.status == 'RETURNED'" @click="clickimageProcessTaskItem(item.taskId)" @mousedown.stop>
|
||||
@@ -60,7 +60,7 @@
|
||||
import myEvent from '@/utils/myEvent'
|
||||
import { downloadImage } from '../../../tools/tools'
|
||||
import { reactive, ref, onBeforeUnmount, useAttrs, inject, watch, computed, onMounted } from 'vue'
|
||||
// import HighlightAdmin from '@/components/highlightAdmin.vue'
|
||||
import HighlightAdmin from '@/components/highlightAdmin.vue'
|
||||
const openImagePreview = inject('openImagePreview') as (url: string) => void
|
||||
const props = defineProps({
|
||||
node: {
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
import text from './components/nodes/text.vue'
|
||||
|
||||
const components = {
|
||||
[NODE_COMPONENT.RESULT_IMAGE]: resultImage,
|
||||
[NODE_COMPONENT.RESULT_IMAGE]: text,
|
||||
[NODE_COMPONENT.CARD]: card,
|
||||
[NODE_COMPONENT.TEXT]: text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user