This commit is contained in:
X1627315083
2024-09-27 17:34:19 +08:00
parent 21b0af1365
commit 2dd09b1e64
5 changed files with 10 additions and 14 deletions

View File

@@ -341,13 +341,7 @@ export default defineComponent({
this.printModelList.forEach((item:any)=>{
item.img = 'https://www.aida.com.hk/img/aida_logo.5ab4163e.png'
})
this.printModelList.push({
num:'',
optype:false,
img:-1,
value:'',
label:useI18n().t('Generate.Model1')
})
this.printModelList[3].img = -1
}
this.printModel = this.printModelList[0]