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 | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html b/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html index 453a6f7..001b767 100644 --- a/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html +++ b/unpackage/cache/wgt/H5EDA0853/pages/xtsy/index.html @@ -31,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> @@ -137,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; } @@ -151,12 +154,12 @@ }, // 椤堕儴鍙冲浘鏍囦笅鎷夐�夋嫨 onSelect(action) { - if(action.text==='鎿嶄綔鎸囧'){ + if (action.text === '鎿嶄綔鎸囧') { topPopoverClick('鎿嶄綔鎸囧') - }else if(action.text==='鎴愬搧杩芥函'){ + } else if (action.text === '鎴愬搧杩芥函') { topPopoverClick('鎴愬搧杩芥函') - }else if(action.text==='閫�鍑虹櫥褰�'){ - topPopoverClick('閫�鍑虹櫥褰�') + } else if (action.text === '閫�鍑虹櫥褰�') { + topPopoverClick('閫�鍑虹櫥褰�') } this.overlayShow = false }, -- Gitblit v1.9.3