修改进度条样式

This commit is contained in:
GGJ
2024-11-06 13:25:42 +08:00
parent 7dab1302b8
commit 058fc4b2bf
7 changed files with 117 additions and 62 deletions

View File

@@ -120,8 +120,8 @@
</el-select>
</el-form-item>
<el-form-item for="-" v-for="(item, index) in countData" :key="index"
:label="item.name.includes('次数') ? item.name : item.name + '谐波次数'"
label-width="180px" v-show="item.countOptions.length != 0">
:label="item.name.includes('次数') ? item.name : item.name.includes('幅值') ? item.name.slice(0, -2) + '次数' : item.name + '谐波次数'"
v-show="item.countOptions.length != 0">
<!-- multiple -->
<el-select v-model="item.count" collapse-tags collapse-tags-tooltip
placeholder="请选择谐波次数" style="width: 120px">