From e8b2efdb0d980dc8e46b090f776e926b226c9faa Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Mon, 22 Sep 2025 17:41:10 +0800 Subject: [PATCH] =?UTF-8?q?feat():=20=E6=B5=B8=E6=B6=A6=E7=BA=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/gcaqjc/gcaqfx/jrx/jrxOptions.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/gcaqjc/gcaqfx/jrx/jrxOptions.js b/src/views/gcaqjc/gcaqfx/jrx/jrxOptions.js index e166781c8..22b3680d3 100644 --- a/src/views/gcaqjc/gcaqfx/jrx/jrxOptions.js +++ b/src/views/gcaqjc/gcaqfx/jrx/jrxOptions.js @@ -5,12 +5,12 @@ export default function jrxOptions(data = {}, type = "1",typeName='1') { type == '1' ? 59 : 70; const yMax = type == "3" ? 129 : type == "2" ? 117 : type == "1" ? 118 : 150; - const type1 = ["SY01", "SY04", "SY07", "SY16"]; - const type2 = ["SY10", "SY13"]; - const type3 = ["SY02", "SY05", "SY08", "SY17"]; - const type4 = ["SY11", "SY14"]; - const type5 = ["SY03", "SY06", "SY09"]; - const type6 = ["SY12", "SY15"]; + const type1 = ["UPD1", "UPD4", "UPD10", "UPD16"]; + const type2 = ["UPD7", "UPD13"]; + const type3 = ["UPD2", "UPD5", "UPD8", "UPD17"]; + const type4 = ["UPD11", "UPD14"]; + const type5 = ["UPD3", "UPD6", "UPD9"]; + const type6 = ["UPD12", "UPD15"]; const alltype = typeName == "1" ? type1 : typeName == "2" ? type2 : typeName == "3" ? type3 :