diff --git a/src/components/Detail/src/TemplateDetails.vue b/src/components/Detail/src/TemplateDetails.vue index 5ad382f..3228893 100644 --- a/src/components/Detail/src/TemplateDetails.vue +++ b/src/components/Detail/src/TemplateDetails.vue @@ -293,8 +293,12 @@ const rowRef = ref() const openForm = (type: string, row?: any) => { if(type=='update'){ - console.log(row) TemplateItemDetails.allSchemas.formSchema.forEach(item=>{ + + // if(item.field=='type'){ + // debugger + // item.componentProps.disabled=true; + // } if(item.component == 'UploadFile'){ if(row[item.field]){ item.componentProps.modelValue = [{ diff --git a/src/views/tjanalysis/zlanalysis/components/ztfbview.vue b/src/views/tjanalysis/zlanalysis/components/ztfbview.vue index 7f45619..4a22a94 100644 --- a/src/views/tjanalysis/zlanalysis/components/ztfbview.vue +++ b/src/views/tjanalysis/zlanalysis/components/ztfbview.vue @@ -5,16 +5,18 @@