Files
pqs-9100_client/frontend/src/api/device/testScript/testScriptData.ts
2024-11-18 09:02:57 +08:00

32 lines
951 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const data = [
{
testScriptModel:"模拟",
id: 'operatorrole',
testScriptType:"脚本",
testScriptValueType:"绝对值",
testScriptName:"国网入网检测脚本(单影响量-模拟式)",
},
{
testScriptModel:"模拟",
id: 'managerrole',
testScriptType:"脚本",
testScriptValueType:"相对值",
testScriptName:"国网入网检测脚本Q/GDW 10650.4 - 2021) 模拟式",
},
{
testScriptModel:"模拟",
id: 'superManagerrole',
testScriptType:"脚本",
testScriptValueType:"相对值",
testScriptName:"国网入网检测脚本Q/GDW 1650.4 - 2016) 模拟式",
},
{
testScriptModel:"模拟",
id: 'superManagerroletest',
testScriptType:"脚本",
testScriptValueType:"相对值",
testScriptName:"GBT 19862 - 2016 模拟式",
},
]
export default data