修改中英文翻译

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', downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download',
pageNo: 1, pageNo: 1,
url: { url: {
getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page' getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page',
getjiekou: '/problemKnowledgeBase/problemKnowledgeBaseEO/queryById'
}, },
CommentQuery: {} CommentQuery: {}
} }
@@ -424,7 +425,7 @@
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.problemKnowledgeBaseListViewRef.getData(JSON.parse(JSON.stringify(val))) this.$refs.problemKnowledgeBaseListViewRef.getData(JSON.parse(JSON.stringify(val)))
}) })
} },
} }
} }
</script> </script>
@@ -34,8 +34,10 @@
{{queryForm.createBy}} {{queryForm.createBy}}
</div> </div>
<div class="content-box-button-text" v-if="queryForm.standNumber"> <div class="content-box-button-text" v-if="queryForm.standNumber">
<a-icon type="file-markdown"/> <div class="content-box-button-text" v-for="(value,key) in queryForm.standNumber.split(',')">
{{queryForm.standNumber}} <a-icon type="file-markdown"/>
<span style='text-decoration: underline;cursor:pointer;' @click='detailClick(queryForm,key)'>{{value}}</span>
</div>
</div> </div>
<div class="content-box-button-text" v-if="queryForm.targetMarket_dicText"> <div class="content-box-button-text" v-if="queryForm.targetMarket_dicText">
<img src="../../../../assets/ditu.png" style="width: 15px;margin-top: -3px" alt=""> <img src="../../../../assets/ditu.png" style="width: 15px;margin-top: -3px" alt="">
@@ -447,6 +449,14 @@
this.queryForm = row this.queryForm = row
this.$refs.SelectedByRef.getPush() this.$refs.SelectedByRef.getPush()
}, },
detailClick(item,key) {
this.$router.push({
path: '/docManage/library/detail',
query: {
id: item.bussDocumentLibraryId.split(',')[key]
},
})
},
SelectedByForm(userIds) { SelectedByForm(userIds) {
let query = { let query = {
userIds: userIds, userIds: userIds,