机构信息
This commit is contained in:
parent
3a2d71d143
commit
4a55a39406
@ -392,7 +392,7 @@
|
|||||||
v-model="form.parentId"
|
v-model="form.parentId"
|
||||||
:show-all-levels="false"
|
:show-all-levels="false"
|
||||||
:placeholder="
|
:placeholder="
|
||||||
form.parentAgencyName ? form.parentAgencyName : '请选择上级机构'
|
form.parentAgencyName ? form.parentAgencyName : ''
|
||||||
"
|
"
|
||||||
clearable
|
clearable
|
||||||
ref="cascader"
|
ref="cascader"
|
||||||
@ -409,7 +409,7 @@
|
|||||||
:placeholder="
|
:placeholder="
|
||||||
form.agencyCategoryName
|
form.agencyCategoryName
|
||||||
? form.agencyCategoryName
|
? form.agencyCategoryName
|
||||||
: '请选择卫生机构类别'
|
: ''
|
||||||
"
|
"
|
||||||
v-model="form.agencyCategoryId"
|
v-model="form.agencyCategoryId"
|
||||||
:show-all-levels="false"
|
:show-all-levels="false"
|
||||||
@ -476,7 +476,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="机构联系电话" prop="agencyPhone">
|
<el-form-item label="机构联系电话" prop="agencyPhone">
|
||||||
<el-input
|
<el-input
|
||||||
|
|
||||||
onkeyup="value=value.replace(/[^\-?\d.]/g,'')"
|
onkeyup="value=value.replace(/[^\-?\d.]/g,'')"
|
||||||
maxlength="11"
|
maxlength="11"
|
||||||
v-model="form.agencyPhone"
|
v-model="form.agencyPhone"
|
||||||
@ -1189,6 +1189,9 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .el-cascader .el-input__inner::placeholder{
|
||||||
|
color: #686a6d !important;
|
||||||
|
}
|
||||||
::v-deep.el-button--text {
|
::v-deep.el-button--text {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
@ -1208,37 +1211,13 @@ export default {
|
|||||||
height: 600px;
|
height: 600px;
|
||||||
overflow: scroll;
|
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 {
|
.el-cascader .el-input input::-webkit-input-placeholder {
|
||||||
color: #686a6d;
|
color: #686a6d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.custom-tree-node {
|
.custom-tree-node {
|
||||||
// flex: 1;
|
// flex: 1;
|
||||||
// display: flex;
|
// display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user