From e9442ea328f1f33c9c05a4ad0676deef8d6efae6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 二月 2022 09:44:13 +0800 Subject: [PATCH] 2022-02-21 --- src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx index dc56d65..b861cf1 100644 --- a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx @@ -230,10 +230,13 @@ text: Formdict['model.empty'] }, { value: 'thdSeparator', - text: Formdict['header.form.thdSeparator'] + text: '鍗冨垎浣�' }, { value: 'percent', text: '鐧惧垎姣�' + }, { + value: 'abs', + text: '缁濆鍊�' }], required: false }, -- Gitblit v1.8.0