From f8c3c53f9e29541f8c0e3fcbf682c301fd17e06a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十一月 2020 17:49:23 +0800 Subject: [PATCH] 2020-11-23 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index a9d29e5..e971fce 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -159,7 +159,9 @@ val = '' + val } - if (card.format === 'thdSeparator') { + if (card.format === 'percent') { + val = val + '%' + } else if (card.format === 'thdSeparator') { val = val.replace(/\d{1,3}(?=(\d{3})+(\.\d*)?$)/g, '$&,') } } -- Gitblit v1.8.0