From 008c87ff9a06f23675efcb291ef79ad624bb43ee Mon Sep 17 00:00:00 2001 From: zhouao Date: Mon, 28 Jun 2021 16:48:01 +0800 Subject: [PATCH] =?UTF-8?q?20210628=E8=A7=A3=E5=86=B3:=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=97=A0=E6=B3=95=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/convert.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/convert.js b/src/utils/convert.js index 0d84078..3ef1cc0 100644 --- a/src/utils/convert.js +++ b/src/utils/convert.js @@ -199,6 +199,12 @@ const dataParams = { // 手写签名 'SIGN_PAD': { 'color': 'color' + }, + // 日期类型 + 'DATE': { + 'type': 'type', + 'format': 'format', + 'valueFormat': 'value-format' } }