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