feat(): 浸润线数据调整

qzc-dev
李神峰 2025-09-22 17:41:10 +08:00
parent 0bbed88301
commit e8b2efdb0d
1 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@ export default function jrxOptions(data = {}, type = "1",typeName='1') {
type == '1' ? 59 : 70; type == '1' ? 59 : 70;
const yMax = type == "3" ? 129 : type == "2" ? 117 const yMax = type == "3" ? 129 : type == "2" ? 117
: type == "1" ? 118 : 150; : type == "1" ? 118 : 150;
const type1 = ["SY01", "SY04", "SY07", "SY16"]; const type1 = ["UPD1", "UPD4", "UPD10", "UPD16"];
const type2 = ["SY10", "SY13"]; const type2 = ["UPD7", "UPD13"];
const type3 = ["SY02", "SY05", "SY08", "SY17"]; const type3 = ["UPD2", "UPD5", "UPD8", "UPD17"];
const type4 = ["SY11", "SY14"]; const type4 = ["UPD11", "UPD14"];
const type5 = ["SY03", "SY06", "SY09"]; const type5 = ["UPD3", "UPD6", "UPD9"];
const type6 = ["SY12", "SY15"]; const type6 = ["UPD12", "UPD15"];
const alltype = typeName == "1" ? type1 : const alltype = typeName == "1" ? type1 :
typeName == "2" ? type2 : typeName == "2" ? type2 :
typeName == "3" ? type3 : typeName == "3" ? type3 :