fix
This commit is contained in:
@@ -30,10 +30,10 @@
|
|||||||
/>
|
/>
|
||||||
<div class="status" v-else>
|
<div class="status" v-else>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<HighlightAdmin>
|
<!-- <HighlightAdmin>
|
||||||
<img src="@/assets/images/generateLoading.png" alt="">
|
<img src="@/assets/images/generateLoading.png" alt="">
|
||||||
<div class="mask"></div>
|
<div class="mask"></div>
|
||||||
</HighlightAdmin>
|
</HighlightAdmin> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="more" v-if="item.status == 'RETURNED'" @click="clickimageProcessTaskItem(item.taskId)" @mousedown.stop>
|
<div class="more" v-if="item.status == 'RETURNED'" @click="clickimageProcessTaskItem(item.taskId)" @mousedown.stop>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
import myEvent from '@/utils/myEvent'
|
import myEvent from '@/utils/myEvent'
|
||||||
import { downloadImage } from '../../../tools/tools'
|
import { downloadImage } from '../../../tools/tools'
|
||||||
import { reactive, ref, onBeforeUnmount, useAttrs, inject, watch, computed, onMounted } from 'vue'
|
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 openImagePreview = inject('openImagePreview') as (url: string) => void
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
node: {
|
node: {
|
||||||
|
|||||||
@@ -34,7 +34,12 @@
|
|||||||
:config="node.data"
|
:config="node.data"
|
||||||
:sketchId="config.imgId"
|
:sketchId="config.imgId"
|
||||||
:data="node.data.data"
|
:data="node.data.data"
|
||||||
|
v-bind="node.data"
|
||||||
|
@delete-node="deleteNode(node.id)"
|
||||||
|
@copy-node="copyNode($event,node.id)"
|
||||||
|
@update-data="(v) => (node.data.data = v)"
|
||||||
|
@bring-to-font="bringToFont(node.id)"
|
||||||
|
@send-to-back="sendToBack(node.id)"
|
||||||
/>
|
/>
|
||||||
</node>
|
</node>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user