This commit is contained in:
X1627315083
2025-05-21 20:05:08 +08:00
parent 2487e3dbbc
commit 7ba4c70baf
8 changed files with 333 additions and 52 deletions

View File

@@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="position marginBottom" style="display: flex; align-items: center;justify-content: space-between;" v-show="show.position">
<div class="position marginBottom" style="display: flex; align-items: center;justify-content: space-between;" v-show="show.position" v-if="httpWorkflowType == 'SINGLE_DESIGN'">
<div class="text">
Category:
</div>
@@ -128,9 +128,12 @@ export default defineComponent({
},
setIsShowMark:inject('setIsShowMark') as any,
})
watch(()=>data.selectObject_,(newVal)=>{
data.selectObject = JSON.parse(JSON.stringify(newVal))
})
// watch(()=>data.selectObject_,(newVal)=>{
// data.selectObject = JSON.parse(JSON.stringify(newVal))
// })
const init = (storeData:any)=>{
data.selectObject = JSON.parse(JSON.stringify(storeData))
}
const dataDom = reactive({
habitSetStyle:null as any,
})
@@ -244,6 +247,7 @@ export default defineComponent({
projectList,
...toRefs(dataDom),
...toRefs(data),
init,
setStyle,
setWorkspaceStyle,
setprintModel,
@@ -270,7 +274,6 @@ export default defineComponent({
align-items: center;
font-weight: 600;
font-size: 1.8rem;
border: 1px solid #0000001a;
padding: 1.2rem;
border-radius: 2.4rem;
> .workspaceBox{