From 8e6b4a7f7bda5743618082ef9cb59f083e32aedd Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Tue, 28 Apr 2026 10:50:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E7=8E=AF=E7=AE=A1=E7=90=86-=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E7=AE=A1=E7=90=86-=E5=BA=9F=E6=B0=B4=E5=A4=84?= =?UTF-8?q?=E7=90=86-=E5=BA=9F=E6=B0=B4=E5=8C=96=E9=AA=8C=E8=AE=B0?= =?UTF-8?q?=E5=BD=95-=E6=96=B0=E5=A2=9E=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/safetyManagement/wastewater/components/testRecord.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/safetyManagement/wastewater/components/testRecord.vue b/src/views/safetyManagement/wastewater/components/testRecord.vue index 5dd1ddb8..35767acb 100644 --- a/src/views/safetyManagement/wastewater/components/testRecord.vue +++ b/src/views/safetyManagement/wastewater/components/testRecord.vue @@ -415,6 +415,8 @@ export default { let orderByFieldKey = order === 'descending' ? 'descs' : 'ascs'; this.query[orderByFieldKey] = !prop ? undefined + : prop == 'itCn2' + ? 'IT_CN2' : prop.replace(/([a-z])([A-Z0-9])/g, '$1_$2').toUpperCase(); // // 重新加载数据 this.onLoad(this.page, this.query);