源参数

This commit is contained in:
caozehui
2024-12-02 08:50:21 +08:00
parent 13992ffa58
commit da78b9c98a
6 changed files with 428 additions and 222 deletions

View File

@@ -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"/>