From 097d74f7244dcfbbc75adbf10d180d4fb96f134e Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Mon, 18 Mar 2024 11:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/plan/addAndEditDialog/index.vue | 1344 +++++++++-------- .../components/heightway/index.vue | 123 +- 2 files changed, 783 insertions(+), 684 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue index 4c9b449e..21d6179c 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/plan/addAndEditDialog/index.vue @@ -1,691 +1,743 @@ \ No newline at end of file + diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficFlow/components/heightway/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficFlow/components/heightway/index.vue index 387c2a8c..931eb552 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficFlow/components/heightway/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficFlow/components/heightway/index.vue @@ -3,36 +3,65 @@
-
起始桩号:k
- - + - -
结束桩号:k
- - + - -
路段方向:
- - + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 - - - 搜索 - 重置 + + +
@@ -66,10 +95,13 @@ export default { }, data() { return { - start: "", - start1: "", - start2: "", - start3: "", + ruleForm: { + start: "", + start1: "", + start2: "", + start3: "", + area: "济南", + }, areaOptions: [ { value: "济南", @@ -80,7 +112,7 @@ export default { label: "菏泽", }, ], - area: "济南", + list: [ { name: "大学城-长清", @@ -131,7 +163,11 @@ export default { created() {}, methods: { onSubmit() { - console.log("submit!"); + console.log("submit!", this.ruleForm); + }, + onClose() { + this.$refs.ruleForm.resetFields(); + console.log("submit!", this.ruleForm); }, }, }; @@ -149,6 +185,17 @@ export default { color: #9f9f9f; font-size: 12px; } + +::v-deep .searchPanel .el-form-item__label { + color: #fff; + font-weight: normal; + white-space: nowrap; + margin-left: -2px; + margin-right: -5px; + font-size: 13px; + line-height: 36px; +} + .heightway { width: 100%; .board { @@ -192,8 +239,8 @@ export default { } .inputJl { // width: 60px; - margin-left: 5px; - margin-right: 10px; + // margin-left: 5px; + // margin-right: 10px; } .selectRoad { width: 87px; @@ -207,7 +254,7 @@ export default { } .btnSearch { background-color: #00b3cc; - margin-left: 10px; + // margin-left: 10px; padding: 6px 15px; font-size: 13px; }