Files
pqs-9100_client/frontend/src/api/device/testScript/testScriptData.ts

32 lines
951 B
TypeScript
Raw Normal View History

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