From d15b33c27ec6b20281ba4764361aee0b44d596ea Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 26 六月 2024 16:39:19 +0800
Subject: [PATCH] bug
---
h5/pages/staff/snapshot.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/h5/pages/staff/snapshot.vue b/h5/pages/staff/snapshot.vue
index 341a36e..96add46 100644
--- a/h5/pages/staff/snapshot.vue
+++ b/h5/pages/staff/snapshot.vue
@@ -19,7 +19,7 @@
<view class="line">
<view class="label">
<text>*</text>
- <text>鎺ュ彈浜�</text>
+ <text>鎺ユ敹浜�</text>
</view>
<view class="value" @click="selMember">
<text
@@ -125,7 +125,7 @@
<text
class="mr6"
:style="{ color: param.submitTime ? '#000000' : '#999999' }"
- >{{ param.submitTime ? param.submitTime.slice(0, 16) : "璇烽�夋嫨" }}</text
+ >{{ param.submitTime ? param.submitTime : "璇烽�夋嫨" }}</text
>
<u-icon name="arrow-right" color="#CCCCCC" size="20"></u-icon>
</view>
@@ -252,7 +252,7 @@
this.isShowType = false
},
seletedSafety(e) {
-
+
},
seletedDate(e) {
this.$set(this.param, 'submitTime', dayjs(e.value).format('YYYY-MM-DD HH:mm:ss'))
@@ -267,8 +267,12 @@
})
},
selMember() {
+ if(!this.param.areaId) return uni.showToast({
+ title: '璇峰厛閫夋嫨闅愭偅鍖哄煙',
+ icon: 'none'
+ })
uni.navigateTo({
- url: '/pages/staff/memberSel'
+ url: '/pages/staff/memberSel?areaId=' + this.param.areaId
})
},
fileDel(i) {
@@ -432,7 +436,7 @@
}
video {
width: 100%;
- max-height: 160rpx;
+ max-height: 120rpx;
}
}
}
--
Gitblit v1.9.3