CanadaMes-ui/src/views/Electrical/AutomaticParameterSetting.vue
@@ -53,6 +53,8 @@ <span class="name" v-if="item.type === '0'" style="width:300px;">{{ item.name }}</span> <el-input style="width:250px;" v-if="item.type === '0'" v-model="item.value" class="input-box" @keyup.enter.native="submitDataToBackend"></el-input> <span v-if="item.unit" :name="item.unit" >{{ item.unit }}</span> </div> </div> </el-card>