diff --git a/package.json b/package.json index 83be159..8425833 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "nprogress": "^0.2.0", "path-browserify": "^1.0.1", "path-to-regexp": "^6.2.0", + "pdfjs-dist": "^4.5.136", "pinia": "^2.1.6", "quill-image-resize-custom-module": "^4.1.7", "quill-image-uploader": "^1.3.0", diff --git a/src/api/knowledge/types.ts b/src/api/knowledge/types.ts index fb111ba..04b5356 100644 --- a/src/api/knowledge/types.ts +++ b/src/api/knowledge/types.ts @@ -169,3 +169,49 @@ export interface ShowTitle { hasCard:Boolean;//是否展示 } +//知行学院恒信动态管理 + +// 查询参数 +export interface DocQuery { + branch?: string, + section?: string, + duty?: string, + column?: string, + name?: string, + page: number, + pagesize: number, +} + +export interface ZxxyNavis { + id?: number; + //文章标题 + name?: string; + //归属栏目 + column?: string; + //文档来源 + source?: string; + //原文地址 + path?: string; + //封面 + cover?: string; + //文档标签 + tag?: string; + //文档描述 + describe?: string; + //外链 + extlink?: string; + //附件 + accessory?: string; + //附件下载 + accdownload?: boolean; + //排序 + sort?: number; + //评论 + review?: boolean; + //访问权限 + radius?: string; + //分厂 + gBfId?: string; + //工段 + gWsId?: string; +} \ No newline at end of file diff --git a/src/views/sysworkflow/codepage/page.vue b/src/views/sysworkflow/codepage/page.vue index b1fe5cc..2f112a6 100644 --- a/src/views/sysworkflow/codepage/page.vue +++ b/src/views/sysworkflow/codepage/page.vue @@ -1,56 +1,654 @@ - + - +.query{ + margin: 0; +} +.custom-upload-box { + width: 30%; /* 您期望的宽度 */ + height: auto; /* 您期望的高度 */ +} +.cover-preview { + width: 100px; + height: 100px; + display: inline-block; + margin-right: 10px; +} +.btn-fujian{ + justify-content: space-between; +} +.compact-select { + width: 30%; + display: inline-block; + margin-right: 10px; /* 添加间距 */ +} + \ No newline at end of file diff --git a/src/views/sysworkflow/codepage/page0628.vue b/src/views/sysworkflow/codepage/page0628.vue new file mode 100644 index 0000000..b1fe5cc --- /dev/null +++ b/src/views/sysworkflow/codepage/page0628.vue @@ -0,0 +1,56 @@ + + + +