From 6687dd021fc2af155278e6304a54b39111b5e6f1 Mon Sep 17 00:00:00 2001 From: 92895 <928953915> Date: Thu, 26 Nov 2020 09:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=89=93=E7=A5=A8=E6=8D=AE=E3=80=81?= =?UTF-8?q?=E5=8D=95=E4=BB=B7=E5=B0=8F=E6=95=B0=E7=82=B9=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/printPayFees/printPayFees.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/public/pages/property/printPayFees/printPayFees.html b/public/pages/property/printPayFees/printPayFees.html index 841f4893f..9850d0109 100644 --- a/public/pages/property/printPayFees/printPayFees.html +++ b/public/pages/property/printPayFees/printPayFees.html @@ -24,7 +24,7 @@ 面积:{{printPayFeeInfo.roomArea}} 平方米 -
| 收费项目 | @@ -37,25 +37,25 @@备注 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{item.feeName}} | +{{item.feeName}} | -{{item.carNum}} | -{{item.cycle}} | -{{item.num}} | -+ | {{item.carNum}} | +{{item.cycle}} | +{{item.num}} | +- | {{item.unit}} | +{{item.unit}} | -{{item.start!=null?vc.dateFormat(item.start):''}} | -{{item.end!=null?vc.dateFormat(item.end):''}} | -{{item.startTime!=null?vc.dateFormat(item.startTime):''}} | -{{item.endTime!=null?vc.dateFormat(item.endTime):''}} | -{{item.amount}} | -{{item.remark}} | -{{item.remark}}{{item.carNum}} | +{{item.start!=null?vc.dateFormat(item.start):''}} | +{{item.end!=null?vc.dateFormat(item.end):''}} | +{{item.startTime!=null?vc.dateFormat(item.startTime):''}} | +{{item.endTime!=null?vc.dateFormat(item.endTime):''}} | +{{item.amount}} | +{{item.remark}} | +{{item.remark}}{{item.carNum}} |