机构信息

This commit is contained in:
shidongli 2024-04-19 14:34:36 +08:00
parent 3a2d71d143
commit 4a55a39406

View File

@ -392,7 +392,7 @@
v-model="form.parentId"
:show-all-levels="false"
:placeholder="
form.parentAgencyName ? form.parentAgencyName : '请选择上级机构'
form.parentAgencyName ? form.parentAgencyName : ''
"
clearable
ref="cascader"
@ -409,7 +409,7 @@
:placeholder="
form.agencyCategoryName
? form.agencyCategoryName
: '请选择卫生机构类别'
: ''
"
v-model="form.agencyCategoryId"
:show-all-levels="false"
@ -476,7 +476,7 @@
</el-form-item>
<el-form-item label="机构联系电话" prop="agencyPhone">
<el-input
onkeyup="value=value.replace(/[^\-?\d.]/g,'')"
maxlength="11"
v-model="form.agencyPhone"
@ -1189,6 +1189,9 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep .el-cascader .el-input__inner::placeholder{
color: #686a6d !important;
}
::v-deep.el-button--text {
border-color: transparent;
color: #1890ff;
@ -1208,37 +1211,13 @@ export default {
height: 600px;
overflow: scroll;
}
// .information {
// width: 100%;
// padding-left: 18px;
// border-bottom: 2px solid #e5e8ed;
// }
// .name {
// font-size: 14px;
// color: #686a6d;
// width: 200px;
// // background: RED;
// // margin-left: 100px;
// }
// .names {
// font-size: 14px;
// color: #686a6d;
// margin-left: 68px;
// }
// .namestyle {
// margin-left: -23px;
// font-size: 14px;
// color: #686a6d;
// }
// .namestatus {
// margin-left: 160px;
// font-size: 14px;
// color: #686a6d;
// }
.el-cascader .el-input input::-webkit-input-placeholder {
color: #686a6d;
}
.custom-tree-node {
// flex: 1;
// display: flex;