From 0e5cc5f682866e32be324024a72f54d117eb6423 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 28 九月 2022 17:39:17 +0800
Subject: [PATCH] 1.设备维修申请静态页面开发完成
---
pages/xtsy/index.html | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/pages/xtsy/index.html b/pages/xtsy/index.html
index 453a6f7..001b767 100644
--- a/pages/xtsy/index.html
+++ b/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