微调
This commit is contained in:
32
frontend/src/api/device/testScript/testScriptData.ts
Normal file
32
frontend/src/api/device/testScript/testScriptData.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user