查看结果弹窗-通道下拉框

This commit is contained in:
caozehui
2025-01-21 11:06:22 +08:00
parent 55368ce9b8
commit cce3e6861a

View File

@@ -416,7 +416,7 @@ const open = async (_deviceId: string, chnNum: string, _scriptType: string | nul
chnList = resFormContent.chnList.map((item: { value: string, label: string }) => ({
value: item.value,
// label: item.value
label: item.label == '1' ? `${item.value}` : item.label == '4' ? `${item.value}/` : `${item.value}(不符合)`
label: item.label == '1' ? `${item.value}` : item.label == '2' ? `${item.value}不符合` : `${item.value}`
}))
let dataRuleName = dictStore.getDictData('Data_Rule').find(item => item.id == resFormContent.dataRule)?.name