diff --git a/src/api/publicService/docCenter.js b/src/api/publicService/docCenter.js index 24cf6ac..8e92d3c 100644 --- a/src/api/publicService/docCenter.js +++ b/src/api/publicService/docCenter.js @@ -141,3 +141,12 @@ export function getMoveAndAddCopyTreeAPI(data = {}) { data, }) } + +// 预览文件时调用接口增加访问量 +export function addFileAccessCountAPI(data = {}) { + return request({ + url: '/screen/document/addLookNum', + method: 'POST', + data, + }) +} diff --git a/src/views/dataManage/docs-tags/components/addAndEditForm.vue b/src/views/dataManage/docs-tags/components/addAndEditForm.vue index a1c7e36..158dac4 100644 --- a/src/views/dataManage/docs-tags/components/addAndEditForm.vue +++ b/src/views/dataManage/docs-tags/components/addAndEditForm.vue @@ -127,8 +127,8 @@ export default { }, // 标签类型change事件 handleTypeIdChange(value) { - this.addAndEditForm.typeName = this.labelTypeList.find( - (item) => item.value === value, + this.addAndEditForm.typeName = this.dict.type.tags_type.find( + (item) => item.value == value, )?.label }, // 获取标签类型下拉 diff --git a/src/views/publicService/components/navBar.vue b/src/views/publicService/components/navBar.vue index 4bf9b83..77e8454 100644 --- a/src/views/publicService/components/navBar.vue +++ b/src/views/publicService/components/navBar.vue @@ -1,397 +1,400 @@ diff --git a/src/views/publicService/docCenter/components/rightTable.vue b/src/views/publicService/docCenter/components/rightTable.vue index ad3d6ed..268f521 100644 --- a/src/views/publicService/docCenter/components/rightTable.vue +++ b/src/views/publicService/docCenter/components/rightTable.vue @@ -107,8 +107,81 @@ {{ item.label }} + + + 取消共享 + + + + + + + + + + 取消共享 + + + + + + + + + 预览 + @@ -227,6 +300,17 @@ > + + +