From 3ff55c0f9af7d708a4ed6b3b7adea207b46e3cea Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 九月 2022 15:15:45 +0800
Subject: [PATCH] 1.日常点检、设备保养、设备维修申请页面样式优化
---
unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html b/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html
index dd1e1d8..001b767 100644
--- a/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html
+++ b/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html
@@ -21,6 +21,7 @@
<link rel="stylesheet" href="../css/global.css" type="text/css" charset="utf-8" />
+ <script type="text/javascript" src="../../js/global.js"></script>
</head>
<body>
@@ -30,8 +31,8 @@
<van-nav-bar title="宸ヤ綔鍙�" @click-right="onClickRight">
<template #right>
- <van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover"
- trigger="click" :actions="actions" @select="onSelect">
+ <van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover" trigger="click"
+ :actions="actions" @select="onSelect">
<template #reference>
<van-icon name="bars" size='20' color='#fff' />
</template>
@@ -136,9 +137,12 @@
url = '../sbgl/dqby.html'
break;
case '2042':
- url = '../sbgl/sbwx.html'
+ url = '../sbgl/wxsq.html'
break;
case '2043':
+ url = '../sbgl/sbwx.html'
+ break;
+ case '2044':
url = '../sbgl/wxyz.html'
break;
}
@@ -150,7 +154,13 @@
},
// 椤堕儴鍙冲浘鏍囦笅鎷夐�夋嫨
onSelect(action) {
- vant.Toast(action.text);
+ if (action.text === '鎿嶄綔鎸囧') {
+ topPopoverClick('鎿嶄綔鎸囧')
+ } else if (action.text === '鎴愬搧杩芥函') {
+ topPopoverClick('鎴愬搧杩芥函')
+ } else if (action.text === '閫�鍑虹櫥褰�') {
+ topPopoverClick('閫�鍑虹櫥褰�')
+ }
this.overlayShow = false
},
}
@@ -162,22 +172,15 @@
}
.body {
- /* width: 96%; */
height: 600px;
background-color: grey;
margin-top: 0px;
- /* margin-left: 2%; */
background-color: #fff;
position: relative;
- /* display: flex;
- justify-content: center;
- align-items: flex-start; */
-
}
.van-nav-bar__content {
background-color: #2651d8;
- /* background-color: #25a4ff; */
height: 44px;
}
--
Gitblit v1.9.3