This commit is contained in:
sjl
2025-09-04 09:08:45 +08:00
parent f251ad3fe6
commit caa81cc872
6 changed files with 46 additions and 35 deletions

View File

@@ -262,6 +262,7 @@ const open = async (row: any) => {
currentImpactLoadOptions.value = shockList.value.filter(
(item: any) => item.inpactloadtypeId === form.value.inpactloadtypeId
)
// 构建启动方式选项
const uniqueStartups = new Map()
currentImpactLoadOptions.value.forEach((item: any) => {

View File

@@ -31,7 +31,7 @@
<el-form-item label="用户名称" prop="assessName">
<el-input v-model="form.assessName" placeholder="用户名称" clearable show-word-limit maxlength="32"/>
</el-form-item>
<el-form-item label="电压等级" prop="userScale">
<el-form-item label="用户电压等级" prop="userScale">
<el-select v-model="form.userScale" clearable placeholder="请选择电压等级">
<el-option
v-for="item in voltageleveloption"