From 3131bfa6836f9f44a2af77871ae4beada05937d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 22 Feb 2023 11:22:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoDataTable/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AutoDataTable/index.vue b/src/components/AutoDataTable/index.vue index 65e6dec9e..ca83ae4eb 100644 --- a/src/components/AutoDataTable/index.vue +++ b/src/components/AutoDataTable/index.vue @@ -120,8 +120,8 @@ export default { col.formatter = ChoicesFormatter col.formatterArgs = { textChoices: { - true: i18n.t('common.Valid'), - false: i18n.t('common.Invalid') + true: i18n.t('ops.Yes'), + false: i18n.t('ops.no') } } col.width = '80px'