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; +}