Compare commits
2 Commits
31c2ca4e8b
...
94b9977ef6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94b9977ef6 | ||
|
|
315254b6d5 |
@@ -110,7 +110,7 @@
|
|||||||
</ul> -->
|
</ul> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="designOpenrtion_pingpu" v-else>
|
<div class="designOpenrtion_pingpu" v-else>
|
||||||
<pingpu :list="printStyleList[type].overall" :width="sketchSize.width" :height="sketchSize.height" ref="pingpuRef" @change-canvas="updateCanvas"></pingpu>
|
<pingpu :width="sketchSize.width" :height="sketchSize.height" ref="pingpuRef" @change-canvas="updateCanvas"></pingpu>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -872,6 +872,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
} else if (item.action === ACTIONS.SELECT) {
|
} else if (item.action === ACTIONS.SELECT) {
|
||||||
overallSetIndex(obj)
|
overallSetIndex(obj)
|
||||||
|
} else if(item.action === ACTIONS.DELETE){
|
||||||
|
navDelete(obj)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user