From c142b0a5688f16f314bf3a3d71c9a60a0f948ea6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Fri, 24 Dec 2021 17:57:58 +0800
Subject: [PATCH] 25864
---
src/apps/AppMarryAndDie/AllActiveList.vue | 40 +++++++++++-
src/apps/AppMarryAndDie/AppMarryAndDie.vue | 73 +++++++++++-----------
src/apps/AppMarryAndDie/CadreList.vue | 38 ++++++++++-
src/apps/AppMarryAndDie/FuneralList.vue | 38 ++++++++++-
src/apps/AppMarryAndDie/MarryList.vue | 38 ++++++++++-
5 files changed, 181 insertions(+), 46 deletions(-)
diff --git a/src/apps/AppMarryAndDie/AllActiveList.vue b/src/apps/AppMarryAndDie/AllActiveList.vue
index 360791b5..2b28c546 100644
--- a/src/apps/AppMarryAndDie/AllActiveList.vue
+++ b/src/apps/AppMarryAndDie/AllActiveList.vue
@@ -39,9 +39,22 @@
{{ item.address }}
+
+ 上报内容
+ {{ item.content }}
+
+
+
+
![]()
+
+
{{ $dict.getLabel('marriageType', item.type) }}
+
+
+ {{ $dict.getLabel('modeType', item.modeType) }}
+
@@ -76,14 +89,14 @@ export default {
},
computed: {},
watch: {},
- onLoad() {
+ onLoad() {
this.$dict.load('marriageType', 'modeType').then(() => {
this.getCount()
this.getList()
})
},
onShow() {
- document.title = "婚丧嫁娶"
+ document.title = '婚丧嫁娶'
},
methods: {
getCount() {
@@ -186,8 +199,10 @@ export default {
.names,
.phones,
.times,
- .areaNames {
+ .areaNames,
+ .contents {
display: flex;
+ margin-top: 8px;
.right {
width: 76%;
margin-left: 32px;
@@ -201,6 +216,25 @@ export default {
-webkit-box-orient: vertical;
}
}
+ .contents {
+ .right {
+ -webkit-line-clamp: 3;
+ }
+ }
+
+ .imgs {
+ margin-top: 8px;
+
+ img {
+ width: 32%;
+ height: 204px;
+ margin-right: 8px;
+ }
+
+ img:nth-child(3n) {
+ margin-right: 0;
+ }
+ }
.types {
display: inline-block;
margin-top: 32px;
diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue
index a681430e..a44b4a3e 100644
--- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue
+++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue
@@ -1,7 +1,6 @@
-
+
@@ -11,7 +10,7 @@
查看全部活动和本月新增
-

+
@@ -20,7 +19,7 @@
查看全部参与操办信息和本月新增
-

+
@@ -29,7 +28,7 @@
查看全部婚礼和本月新增
-
+
@@ -38,7 +37,7 @@
查看全部丧礼和本月新增
-
+
@@ -67,9 +66,7 @@
上报时间
- {{
- item.createTime.substring(0, item.createTime.length - 3)
- }}
+ {{ item.createTime.substring(0, item.createTime.length - 3) }}
@@ -83,13 +80,16 @@
-
![]()
+
-
+
{{ $dict.getLabel('marriageType', item.type) }}
+
+
+ {{ $dict.getLabel('modeType', item.modeType) }}
+
@@ -97,22 +97,21 @@
-
+
我要上报
-
+