From 42645a5e05a44fc1f06c2ab96c05dba4e21fe853 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Mon, 24 Aug 2020 15:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=A2=9E=E5=8A=A0=E5=85=AC?= =?UTF-8?q?=E7=9B=8A=E6=97=B6=E9=95=BF=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/heart/actinfo-add-or-update.vue | 17 ++++++++++++++++- src/views/modules/heart/actinfo-detail-view.vue | 9 ++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/views/modules/heart/actinfo-add-or-update.vue b/src/views/modules/heart/actinfo-add-or-update.vue index f811527..64a5313 100644 --- a/src/views/modules/heart/actinfo-add-or-update.vue +++ b/src/views/modules/heart/actinfo-add-or-update.vue @@ -111,6 +111,17 @@ + + + +  小时 + +
+ + + {{dataForm.kindnessTime}} 小时 + +
@@ -188,7 +194,8 @@ export default { deptId: '', punishmentPoints: '', actUserDefaultState: '1', - reward: '' + reward: '', + kindnessTime: '' }, loading: false }