稳态合格率,畸变率表格调整

This commit is contained in:
sjl
2026-01-08 14:50:29 +08:00
parent 715cdb892f
commit 54517c0d5f
4 changed files with 39 additions and 24 deletions

View File

@@ -77,7 +77,7 @@
<el-select v-model="tableStore.table.params.powerFlag" placeholder="请选择电网标志">
<el-option v-for="item in sign" :key="item.id" :label="item.name" :value="item.algoDescribe" />
</el-select>
</el-form-item>
</el-form-item>
</template>
</TableHeader>
</div>
@@ -98,6 +98,7 @@
</div>
</div>
</template>
<script lang="ts" setup>
import { ref, onMounted, watch } from 'vue'
import { useDictData } from '@/stores/dictData'
@@ -316,6 +317,7 @@ onMounted(() => {
tableStore.index()
})
</script>
<style lang="scss" scoped>
// .online {
// width: 100%;