Browse Source

fix:调试页面泵控制单位调整

master
白凤吉 1 week ago
parent
commit
cdb1cb47f8
  1. 2
      src/views/debug/index.vue

2
src/views/debug/index.vue

@ -283,7 +283,7 @@ const deviceType = computed(() => __DEVICE_TYPE__)
<el-option
v-for="opt in [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]"
:key="opt"
:label="`${opt} gpm`"
:label="`${opt} g/min`"
:value="opt"
/>
</el-select>

Loading…
Cancel
Save