From 5e61b975e474f72cae60df6f8a3c40ceea09c191 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: Thu, 6 Jan 2022 18:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9E=E7=90=86=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppHandSnapshot/Detail.vue | 32 ++++++++++------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/src/apps/AppHandSnapshot/Detail.vue b/src/apps/AppHandSnapshot/Detail.vue index 03b91a36..bcbe6ffa 100644 --- a/src/apps/AppHandSnapshot/Detail.vue +++ b/src/apps/AppHandSnapshot/Detail.vue @@ -66,9 +66,9 @@
- - 李伟民 - + + + {{ item.systemExplain && item.systemExplain.substring(item.systemExplain.length, item.systemExplain.length - 2) }} @@ -77,32 +77,23 @@
- 李维民 - - 111 - - + {{ item.systemExplain }} +
+ {{ $dict.getLabel('clapDoStatus', item.doStatus) }} +
- -
-
2021-12-17
+
{{ item.doTime }}
-
1111
+
{{ item.doExplain }}
- +
@@ -149,7 +140,7 @@ export default { watch: {}, onLoad(o) { this.id = o.id - this.$dict.load('realityStatus').then(() => { + this.$dict.load('realityStatus', 'clapDoStatus').then(() => { this.getDetail() }) @@ -345,7 +336,6 @@ uni-page-body { .cardsss-right-left { .cardssss-right-left-top { width: 300px; - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 32px;