Bladeren bron

样式调整

lizhenhao 2 jaren geleden
bovenliggende
commit
2d097aca76
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      src/views/modules/cw/workContract/contractRegisitionAddForm/ContractAddForm.vue

+ 2 - 0
src/views/modules/cw/workContract/contractRegisitionAddForm/ContractAddForm.vue

@@ -623,6 +623,8 @@
             }
             this.$refs.uploadComponent.newUpload(method, this.inputForm.contractProperList, 'cwWorkContract', null, null, null, null, false)
             this.$refs.archiveFile.newUpload('view', [], 'cwWorkContract', null, null, null, null, false)
+            this.$refs.archiveFile.setDividerName('附件', false)
+            this.$refs.uploadComponent.setDividerName('附件', false)
             this.loading = false
           })
         })