From fa60706b6685be028fe08031b4f91235df01eaac Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 27 Apr 2020 14:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E5=AE=89=E4=BA=8C=E5=8F=B7=E7=BA=BF?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PopMenu/index.vue | 2 +- .../xian_02/menus/dialog/stopProfile.vue | 213 ++++++++++++++++++ .../xian_02/menus/dialog/warningConfirm.vue | 13 +- src/jmapNew/theme/xian_02/menus/index.vue | 7 +- .../theme/xian_02/menus/menuSignal.vue | 92 ++++---- .../theme/xian_02/menus/menuStationStand.vue | 100 ++++++-- .../theme/xian_02/menus/popStationStand.vue | 113 +++++++++- 7 files changed, 453 insertions(+), 87 deletions(-) create mode 100644 src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue diff --git a/src/components/PopMenu/index.vue b/src/components/PopMenu/index.vue index 4f81ee6a5..f982ae27a 100644 --- a/src/components/PopMenu/index.vue +++ b/src/components/PopMenu/index.vue @@ -232,7 +232,7 @@ export default { position: fixed; padding: 5px 0px; border: 1px solid gray; - z-index: 2; + z-index: 9999; .dsp-block { display: block; diff --git a/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue b/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue new file mode 100644 index 000000000..5420e67cb --- /dev/null +++ b/src/jmapNew/theme/xian_02/menus/dialog/stopProfile.vue @@ -0,0 +1,213 @@ + + + + + diff --git a/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue b/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue index c31335f1c..c27d6ee5a 100644 --- a/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue +++ b/src/jmapNew/theme/xian_02/menus/dialog/warningConfirm.vue @@ -41,6 +41,7 @@ +
@@ -48,7 +49,13 @@ - + + + + + + +
确认
@@ -61,7 +68,7 @@
- + 取消 帮助 @@ -94,8 +101,6 @@ export default { notes: '' }, warningMessage: '无报警数据', - testData1: [{planned: '测试1', plannedArrival: '05:33:22', scheduledArrival: '06:11:31'}, {planned: '测试2', plannedArrival: '07:33:22', scheduledArrival: '08:11:31'}], - testData2: [{planned: '测试3', plannedArrival: '09:44:57', scheduledArrival: '10:00:00'}], loading: false, rules: {}, dialogShow: false, diff --git a/src/jmapNew/theme/xian_02/menus/index.vue b/src/jmapNew/theme/xian_02/menus/index.vue index 1928bc5ca..73d94b327 100644 --- a/src/jmapNew/theme/xian_02/menus/index.vue +++ b/src/jmapNew/theme/xian_02/menus/index.vue @@ -14,7 +14,7 @@ - + @@ -95,6 +95,9 @@ export default { }, closeMenuStationStand() { this.$refs.menuStationStand.doClose(); + }, + standOperationCallback(val) { + this.$refs.menuStationStand.callback(val); } } }; @@ -122,7 +125,7 @@ export default { .xian-02__pop_tip_station{ padding: 0 !important; margin: 0 !important; - background: #508F86; + background: #5F9EA0; border: 1px solid #6B736A; border-radius: 0; } diff --git a/src/jmapNew/theme/xian_02/menus/menuSignal.vue b/src/jmapNew/theme/xian_02/menus/menuSignal.vue index 230612add..704aa7fdf 100644 --- a/src/jmapNew/theme/xian_02/menus/menuSignal.vue +++ b/src/jmapNew/theme/xian_02/menus/menuSignal.vue @@ -1,6 +1,6 @@