This commit is contained in:
zyx.net
2023-03-27 11:33:07 +08:00
parent e33c2d9a93
commit b6aa877716
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -594,7 +594,7 @@ module.exports = {
labelAreaDeleted: 'If it is deleted, All label items under the display area will be deleted',
searchInResults: 'Search In Results',
searchContent: 'Search Content',
viewFile: 'View File',
viewFile: 'View',
fileFormatIncorrect: 'The file format is incorrect',
pleaseUploadFile: 'Please upload the file',
documentSplitList: 'Document Split List Display',
@@ -1523,7 +1523,7 @@ module.exports = {
VINcodeupload:'VIN code upload',
Tasknode:'Task Node',
Taskresponsibilityrecognition:'Task responsibility recognition',
uploadattachment:'Upload attachment',
uploadattachment:'Upload',
Processhistory:'Process history',
resultofhandling:'Result of handling',
cause:'cause',
@@ -202,8 +202,10 @@ import ImportFile from '@/components/ImportFileData/index'
// this.dataSource[2].info= Number(res.result.sjsbcs)== 0 ? undefined :Number(res.result.sjsbcs)
this.dataSource[2].info= res.result.sjsbcs
this.dataSource[3].info= res.result.xxaqjz
if(res.result.zmclList){
console.log(this.dataSource[0].certifyingmaterials = this.$t('viewFile'))
}
this.fileList.uploadName = res.result.zmclList
this.fileList.certifyingmaterials = this.$t('viewFile')
this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName)
this.$forceUpdate()
this.loading = false
@@ -221,12 +221,10 @@ export default {
this.dataSource[7].relevantverification=Number(res.result.sjsbaq)
this.dataSource[8].relevantverification=Number(res.result.sjgg)
this.dataSource[9].relevantverification=Number(res.result.sjzt)
if(res.result.zmclList){
console.log(this.dataSource[0].certifyingmaterials = this.$t('viewFile'))
}
this.fileList.uploadName = res.result.zmclList
this.$nextTick(() => {
this.fileList.certifyingmaterials = this.$t('viewFile')
})
this.fileList.certifyingmaterials = this.$t('viewFile')
console.log(this.fileList)
this.$refs.uploadFile.perentHandleFunc(this.fileList.uploadName)
this.$forceUpdate()
})