diff --git a/src/views/publicService/docCenter/components/leftTree.vue b/src/views/publicService/docCenter/components/leftTree.vue new file mode 100644 index 0000000..e54f8df --- /dev/null +++ b/src/views/publicService/docCenter/components/leftTree.vue @@ -0,0 +1,238 @@ + + + + + + {{ node.label }} + + + + + + + + diff --git a/src/views/publicService/docCenter/components/rightTable.vue b/src/views/publicService/docCenter/components/rightTable.vue new file mode 100644 index 0000000..9e164f3 --- /dev/null +++ b/src/views/publicService/docCenter/components/rightTable.vue @@ -0,0 +1,695 @@ + + + + + + + + {{ item.label }} + + + + + + + + + 标签筛选 + + + + + + + + + 文档库 + 一级文档 + 二级文档 + ×××方案 + + + + + + + + + + + + + {{ scope.row.name }} + + + + + + + + {{ scope.row.type }} + + + + + + + + + {{ tag }} + + + + + + + + + + + + + + {{ + scope.row.readCount + }} + + + + + + {{ + scope.row.downloadCount + }} + + + + + + + 查看 + + + 编辑 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/addCopy.vue b/src/views/publicService/docCenter/components/tableCom/addCopy.vue new file mode 100644 index 0000000..6398e03 --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/addCopy.vue @@ -0,0 +1,9 @@ + + 添加副本 + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/addWord.vue b/src/views/publicService/docCenter/components/tableCom/addWord.vue new file mode 100644 index 0000000..09c4384 --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/addWord.vue @@ -0,0 +1,35 @@ + + + + + + + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/downLoad.vue b/src/views/publicService/docCenter/components/tableCom/downLoad.vue new file mode 100644 index 0000000..a2dc915 --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/downLoad.vue @@ -0,0 +1,151 @@ + + + + 您勾选下载了以下文件: + + + + + {{ file.name }} + + + + + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/move.vue b/src/views/publicService/docCenter/components/tableCom/move.vue new file mode 100644 index 0000000..d749baa --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/move.vue @@ -0,0 +1,9 @@ + + 移动 + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/share.vue b/src/views/publicService/docCenter/components/tableCom/share.vue new file mode 100644 index 0000000..3af6bec --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/share.vue @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + 仅可查看 + + + 可查看/下载 + + + 可编辑 + + + 可管理 + + + + + + + + + + + diff --git a/src/views/publicService/docCenter/components/tableCom/upload.vue b/src/views/publicService/docCenter/components/tableCom/upload.vue new file mode 100644 index 0000000..f851412 --- /dev/null +++ b/src/views/publicService/docCenter/components/tableCom/upload.vue @@ -0,0 +1,353 @@ + + + + + + 导入重复时: + + 跳过 + 覆盖 + + + + + + 文件标签: + + + + + + + + 上传: + + + + + + 将文件拖到此处或 + 点击上传 + + + 按住Ctrl可同时多选,支持上传rar/zip格式文件,单个文件不能超过500kb + + + 严禁上传包含色情、暴力、反动等相关违法信息的文件。 + + + + + + + + + + + + diff --git a/src/views/publicService/docCenter/index.vue b/src/views/publicService/docCenter/index.vue index 5685d0b..d29c0cf 100644 --- a/src/views/publicService/docCenter/index.vue +++ b/src/views/publicService/docCenter/index.vue @@ -1,25 +1,183 @@ - - 文档中心,正在开发中,敬请期待... + + + + + + + + + + + + + + + -