From 135967d1c4473945b601005beb8a19f6a0fd3602 Mon Sep 17 00:00:00 2001 From: weishengyou <2454197255@qq.com> Date: Fri, 27 Feb 2026 16:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E5=90=91=E8=B0=83=E6=9F=A5=E5=8F=91?= =?UTF-8?q?=E5=B8=83-=E5=AD=A6=E5=B7=A5=E5=8F=91=E5=B8=83-=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=BF=94=E6=A0=A1=E6=83=85=E5=86=B5=EF=BC=9A=E4=BD=8F?= =?UTF-8?q?=E6=A0=A1-->=E5=9C=A8=E6=A0=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/survey/basedata/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/survey/basedata/index.vue b/src/views/survey/basedata/index.vue index b1bdff6..5f10c85 100644 --- a/src/views/survey/basedata/index.vue +++ b/src/views/survey/basedata/index.vue @@ -549,7 +549,7 @@ export default { temp1.sort((a, b) => a.localeCompare(b, 'zh-Hans-CN', { sensitivity: 'accent' })) for (let i = 0; i < temp1.length; i++) { if (i == 0) { - let zhuxiao = temp1[i].replace('在校', '住校') + let zhuxiao = temp1[i].replace('在校', '在校') this.returnFields.push({ label: zhuxiao, value: temp1[i]