From ed0ec177ec156ff38ecd3d99d9ccee537181fa96 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Sat, 6 May 2023 17:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/yxk-admin.scss | 7 + src/views/components/archivesDetail/index.vue | 252 +++++++++++++ .../archivesDetail/uploadFile/index.vue | 340 ++++++++++++++++++ .../module/approvalList/index.vue | 105 ++++-- .../module/businessDetails/index.vue | 109 ++++-- .../runningProcess/module/detail.vue | 21 +- .../module/processImg/index.vue | 3 + .../runningProcess/module/taskList/index.vue | 108 ++++-- 8 files changed, 838 insertions(+), 107 deletions(-) create mode 100644 src/views/components/archivesDetail/index.vue create mode 100644 src/views/components/archivesDetail/uploadFile/index.vue diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index 6c4915c..bc36398 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -83,6 +83,13 @@ } } +.detail-tab{ + @include row_tab_style; + .tab-nav{ + margin: 25px 0 18px 0; + } +} + .category-container{ .elect-cont-left{ @include category-left-style; diff --git a/src/views/components/archivesDetail/index.vue b/src/views/components/archivesDetail/index.vue new file mode 100644 index 0000000..b30c0c5 --- /dev/null +++ b/src/views/components/archivesDetail/index.vue @@ -0,0 +1,252 @@ + + + + + + + + + 基本信息 + 附件 + 元数据 + + + + + + {{ item.fieldCnName }}: + {{ item.context }} + + + + + {{ item.fieldCnName }}: + + + + {{ val }} + + + + {{ item.context }} + + + + {{ item.context }} + + + + + + + + + + + {[xml_show]} + + + + + + + + + + + diff --git a/src/views/components/archivesDetail/uploadFile/index.vue b/src/views/components/archivesDetail/uploadFile/index.vue new file mode 100644 index 0000000..8ef9671 --- /dev/null +++ b/src/views/components/archivesDetail/uploadFile/index.vue @@ -0,0 +1,340 @@ + + + + + + 添加 + + + 删除 + 排序 + + + + + + + + + + + {{ (scope.row.file_size / 1024).toFixed(2) + 'kB' }} + + + + + + + + + + + + + + + + + 下载 + + + + + + + + + + + + + + + + + + + 提示:请通过拖动鼠标来调整当前顺序 + + + + + + + + + + + + + + + 确定删除已选择的附件吗? + + + + + + + + + + diff --git a/src/views/system/processManage/runningProcess/module/approvalList/index.vue b/src/views/system/processManage/runningProcess/module/approvalList/index.vue index f77a826..e45b3e8 100644 --- a/src/views/system/processManage/runningProcess/module/approvalList/index.vue +++ b/src/views/system/processManage/runningProcess/module/approvalList/index.vue @@ -1,23 +1,16 @@ - - - - - + + + + + + + + + + + + diff --git a/src/views/system/processManage/runningProcess/module/businessDetails/index.vue b/src/views/system/processManage/runningProcess/module/businessDetails/index.vue index f77a826..390774e 100644 --- a/src/views/system/processManage/runningProcess/module/businessDetails/index.vue +++ b/src/views/system/processManage/runningProcess/module/businessDetails/index.vue @@ -1,48 +1,93 @@ - - - - - + + + + + + + + + + + + +
{{ item.context }}
+ + {[xml_show]} + +
+ {[xml_show]} +
确定删除已选择的附件吗?