diff --git a/src/views/dataManage/docs-center/index.vue b/src/views/dataManage/docs-center/index.vue
index a9c3d98..a3b1031 100644
--- a/src/views/dataManage/docs-center/index.vue
+++ b/src/views/dataManage/docs-center/index.vue
@@ -242,7 +242,7 @@ export default {
console.log('导出')
},
onHandleEdit(row) {
- console.log('编辑', row)
+ // console.log('编辑', row)
this.editRow = row
this.dialogConfig.outerTitle = '编辑'
this.dialogConfig.outerVisible = true
@@ -275,7 +275,6 @@ export default {
// 获取列表
async getDocsCenterListFun() {
const res = await getDocsCenterListAPI(this.queryParams)
- console.log(res, '9966699')
this.tableData = res?.rows
this.total = res?.total
},
diff --git a/src/views/publicService/docCenter/components/rightTable.vue b/src/views/publicService/docCenter/components/rightTable.vue
index 13bf42f..351404c 100644
--- a/src/views/publicService/docCenter/components/rightTable.vue
+++ b/src/views/publicService/docCenter/components/rightTable.vue
@@ -116,21 +116,23 @@
label="创建人"
width="100"
align="center"
- >
+ />
+ show-overflow-tooltip
+ />
+ show-overflow-tooltip
+ />
- {{
- scope.row.readCount
- }}
+
+ {{ scope.row.readCount }}
+
@@ -152,35 +154,11 @@
align="center"
>
- {{
- scope.row.downloadCount
- }}
+
+ {{ scope.row.downloadCount }}
+
-
-