From 2bd3f198bf1ba245d64e7fc5dfa4a4b9518cec52 Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Fri, 12 Apr 2024 16:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E8=AE=B0=E5=BD=95=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StatsDialogVisible/index.vue | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue index c6f8a280..1288e859 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue @@ -22,21 +22,43 @@ - + + + + @@ -46,12 +68,14 @@ import InputSearch from "@screen/components/InputSearch/index.vue"; import Table from "@screen/components/Table.vue"; import { selectTollStation } from "@/api/event/governanceAnalysis"; import request from "@/utils/request"; +import Button from "@screen/components/Buttons/Button.vue"; export default { name: "StatsDetail", components: { Dialog, InputSearch, Table, + Button, }, model: { prop: "visible", @@ -63,6 +87,7 @@ export default { }, data() { return { + form: { personnel: [], vehicle: [] }, num: 0, tableData: [], weatherNum: [], @@ -391,4 +416,8 @@ export default { .el-table--border::after { background: none; } +.footer { + margin-top: 20px; + display: flex; +}