修改中英文翻译
This commit is contained in:
+3
-2
@@ -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>
|
||||
|
||||
+12
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user