From bd5fdf8ee6d0a63580f9d7a7cd6b0d20742a333d Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Fri, 17 May 2024 17:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8C=87=E6=8C=A5=E8=B0=83?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/commandDispatch/index.js | 16 + .../eventDialogTable/eventDialog.vue | 30 +- .../TimeLine/TimeLine2/DescCard.vue | 329 +++++++++++++++++- .../DisposalProcess/DialogVisible/index.vue | 10 +- .../Cards/DisposalProcess/index.vue | 2 + 5 files changed, 359 insertions(+), 28 deletions(-) diff --git a/ruoyi-ui/src/api/commandDispatch/index.js b/ruoyi-ui/src/api/commandDispatch/index.js index 3f85b074..970ec5e0 100644 --- a/ruoyi-ui/src/api/commandDispatch/index.js +++ b/ruoyi-ui/src/api/commandDispatch/index.js @@ -141,3 +141,19 @@ export function importantFileStatus(eventId) { method: "get", }); } + +// 事件预案详情 +export function eventDetails(assocId) { + return request({ + url: `/business/plans/event/assocId/${assocId}`, + method: "get", + }); +} + +// 获取重要文件内容详情 +export function getEventImportantFileDetails(id) { + return request({ + url: `/business/eventImportantFile/${id}`, + method: "get", + }); +} diff --git a/ruoyi-ui/src/components/eventDialogTable/eventDialog.vue b/ruoyi-ui/src/components/eventDialogTable/eventDialog.vue index 95c5ac8b..6d6452a8 100644 --- a/ruoyi-ui/src/components/eventDialogTable/eventDialog.vue +++ b/ruoyi-ui/src/components/eventDialogTable/eventDialog.vue @@ -561,7 +561,9 @@
@@ -99,4 +376,40 @@ export default { line-height: 19px; } } +.videoClass { + width: 300px; + height: 180px; +} +.docx-wrapper { + background: #fff; + padding: 30px; + display: flex; + flex-flow: column; + align-items: center; + > section.docx { + background: white; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); + margin-bottom: 30px; + } + .docx p, + p.docx_1 span { + font-family: var(--docx-minorHAnsi-font); + color: #00000a; + min-height: 11pt; + font-size: 11pt; + } + button { + cursor: pointer; + width: 100px; + height: 35px; + line-height: 35px; + color: #fff; + background: #00b3cc; + border-radius: 48px; + display: flex; + justify-content: center; + align-items: center; + border: none; + } +} diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue index 8ff821d1..9108070e 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue @@ -17,7 +17,7 @@ ref="FormReportRef" :formList="reportList" v-model="reportData" - label-width="100px" + label-width="150px" />