From 9b0d68d26d3cdf82a7f622e7d2c67fc25ae443d5 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 20 May 2026 15:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index b89c81303..e316f01fa 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -129,9 +129,9 @@ namespace IRaCIS.Core.Application.Service new SiteSurveyEquipmentField() { FiledName = "ManufacturerType", ShowOrder = 3, IsView = true }, new SiteSurveyEquipmentField() { FiledName = "ManufacturerName", ShowOrder = 4, IsView = true }, - new SiteSurveyEquipmentField() { FiledName = "ScannerType", ShowOrder = 4, IsView = true }, + new SiteSurveyEquipmentField() { FiledName = "ScannerType", ShowOrder = 5, IsView = true }, - new SiteSurveyEquipmentField() { FiledName = "Note", ShowOrder = 5, IsView = true }, + new SiteSurveyEquipmentField() { FiledName = "Note", ShowOrder = 6, IsView = true }, } };