源参数
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<el-table-column prop="type" label="电能质量检测指标类型" width="181">
|
||||
<template #default="{ row }">
|
||||
<el-select v-model="row.type" placeholder="选择指标类型" >
|
||||
<el-option v-for="item in dictStore.getDictData('Error_Value_Type')"
|
||||
<el-option v-for="item in dictStore.getDictData('Pq_Test_Type')"
|
||||
:key="item.id"
|
||||
:label="item.name"
|
||||
:value="item.id"/>
|
||||
|
||||
Reference in New Issue
Block a user