src/views/console/workstation/Dialog.vue
@@ -68,7 +68,8 @@ filterable> <el-option v-for="item in options.listnoband" :key="item.id" :label="item.machineName" :value="item.id"> {{ `${item?.machineCode}-${item?.machineName}-${item?.brand}` }}</el-option> {{ `${item?.machineCode}-${item?.machineName}${item?.brand ? '-' + item.brand : ''}` }}</el-option> </el-select> <el-input v-if="form.id" :disabled="form.id" v-model="form.machineName"></el-input> </el-form-item>