t
This commit is contained in:
@@ -139,18 +139,18 @@ export default {
|
||||
let dataOptions = []
|
||||
let type = [
|
||||
{
|
||||
name: 'Apf_HarmI',
|
||||
name: '电网谐波电流幅值序列',
|
||||
key: 'Apf_HarmI',
|
||||
},
|
||||
{
|
||||
name: 'Apf_HarmUR',
|
||||
name: '负载谐波电压含有率序列',
|
||||
key: 'Apf_HarmUR',
|
||||
}
|
||||
]
|
||||
Object.keys(this.renderData['电网侧']['Apf_HarmI']).forEach((item, index) => {
|
||||
type.forEach(item2 => {
|
||||
dataOptions.push({
|
||||
text: item + '_' + item2.name,
|
||||
text: item + '相' + item2.name,
|
||||
pointer: item2.key + '_' + item,
|
||||
value: dataOptions.length,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user