From 385e654fbe5c5d29f760fc56b94d6b52589f2a98 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 15 Jun 2022 15:47:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=90=9C=E7=B4=A2=E4=B8=8B=E6=8B=89=20?= =?UTF-8?q?ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AutoDataSearch/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AutoDataSearch/index.vue b/src/components/AutoDataSearch/index.vue index 4edae7302..eb00f132c 100644 --- a/src/components/AutoDataSearch/index.vue +++ b/src/components/AutoDataSearch/index.vue @@ -85,6 +85,9 @@ export default { { label: i18n.t('common.No'), value: false } ] } + if (option.value === 'id') { + option.label = 'ID' + } vm.internalOptions.push(option) } },