提交 ab0e1267 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/jq' into 'release'

Feature/jq

See merge request !134
......@@ -35,14 +35,14 @@
placeholder="请输入备注信息"
></el-input> -->
<el-select style="width: 135%" allow-create filterable default-first-option size="small" v-model="model.statusRemark" placeholder="请选择备注信息">
<el-option
v-for="item in rematchingOptions"
:key="item"
:label="item"
:value="item">
</el-option>
</el-select>
<el-select @blur="getBlurData" style="width: 135%" allow-create filterable default-first-option size="small" v-model="model.statusRemark" placeholder="请选择备注信息">
<el-option
v-for="item in rematchingOptions"
:key="item"
:label="item"
:value="item">
</el-option>
</el-select>
</el-col>
</el-form-item>
</el-form>
......@@ -136,16 +136,19 @@ export default {
this.model.statusRemark = "";
this.$emit("update:rematchingVisible", false);
},
getBlurData(e){
this.model.statusRemark = e.target.value
}
},
};
</script>
<style lang="scss" scoped>
.message{
color: #f56c6c;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}
.message{
color: #f56c6c;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册