修改中英文翻译

This commit is contained in:
刘彦泽
2022-11-10 20:38:57 +08:00
parent ce03a575f6
commit 6d5026b320
2 changed files with 15 additions and 4 deletions
@@ -211,7 +211,8 @@
downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download',
pageNo: 1,
url: {
getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page'
getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page',
getjiekou: '/problemKnowledgeBase/problemKnowledgeBaseEO/queryById'
},
CommentQuery: {}
}
@@ -424,7 +425,7 @@
this.$nextTick(() => {
this.$refs.problemKnowledgeBaseListViewRef.getData(JSON.parse(JSON.stringify(val)))
})
}
},
}
}
</script>
@@ -34,8 +34,10 @@
{{queryForm.createBy}}
</div>
<div class="content-box-button-text" v-if="queryForm.standNumber">
<a-icon type="file-markdown"/>
{{queryForm.standNumber}}
<div class="content-box-button-text" v-for="(value,key) in queryForm.standNumber.split(',')">
<a-icon type="file-markdown"/>
<span style='text-decoration: underline;cursor:pointer;' @click='detailClick(queryForm,key)'>{{value}}</span>
</div>
</div>
<div class="content-box-button-text" v-if="queryForm.targetMarket_dicText">
<img src="../../../../assets/ditu.png" style="width: 15px;margin-top: -3px" alt="">
@@ -447,6 +449,14 @@
this.queryForm = row
this.$refs.SelectedByRef.getPush()
},
detailClick(item,key) {
this.$router.push({
path: '/docManage/library/detail',
query: {
id: item.bussDocumentLibraryId.split(',')[key]
},
})
},
SelectedByForm(userIds) {
let query = {
userIds: userIds,