|
@@ -48,7 +48,7 @@
|
|
class="is-request"
|
|
class="is-request"
|
|
:prop="'hospitalRelationVOList.' + scope.$index + '.name'"
|
|
:prop="'hospitalRelationVOList.' + scope.$index + '.name'"
|
|
:rules="{
|
|
:rules="{
|
|
- required: true, trigger: 'blur'
|
|
|
|
|
|
+ required: true,message:'请输入医院名称', trigger: 'blur'
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
<el-input
|
|
<el-input
|
|
@@ -69,7 +69,7 @@
|
|
<el-form-item
|
|
<el-form-item
|
|
:prop="'hospitalRelationVOList.' + scope.$index + '.code'"
|
|
:prop="'hospitalRelationVOList.' + scope.$index + '.code'"
|
|
:rules="{
|
|
:rules="{
|
|
- required: true, trigger: 'blur'
|
|
|
|
|
|
+ required: true,message:'请输入编码', trigger: 'blur'
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
<el-input
|
|
<el-input
|
|
@@ -175,7 +175,7 @@ export default {
|
|
duration: 1000
|
|
duration: 1000
|
|
});
|
|
});
|
|
this.getHospitalRelation();
|
|
this.getHospitalRelation();
|
|
- this.saveDisable = true
|
|
|
|
|
|
+ this.saveDisable = true;
|
|
} else if (res.data.code === '20020009') {
|
|
} else if (res.data.code === '20020009') {
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
this.dialogVisible = true;
|
|
this.dialogVisible = true;
|
|
@@ -360,13 +360,17 @@ export default {
|
|
}
|
|
}
|
|
/deep/.el-input__inner {
|
|
/deep/.el-input__inner {
|
|
height: 32px;
|
|
height: 32px;
|
|
|
|
+ margin-bottom: 18px;
|
|
|
|
+ }
|
|
|
|
+ /deep/ .is-error .el-form-item__error{
|
|
|
|
+ top: 34px;
|
|
}
|
|
}
|
|
.operation {
|
|
.operation {
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- & img{
|
|
|
|
|
|
+ & img {
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
@@ -379,22 +383,22 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
.add-border {
|
|
.add-border {
|
|
- border: 1px #48c5d7 dashed;
|
|
|
|
- width: 96%;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 30px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- img {
|
|
|
|
- vertical-align: middle;
|
|
|
|
|
|
+ border: 1px #48c5d7 dashed;
|
|
|
|
+ width: 96%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ img {
|
|
|
|
+ vertical-align: middle;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
.diag-center {
|
|
.diag-center {
|
|
text-align: center;
|
|
text-align: center;
|
|
.diag-title {
|
|
.diag-title {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
- color: #FF545B;
|
|
|
|
|
|
+ color: #ff545b;
|
|
}
|
|
}
|
|
.title-warning {
|
|
.title-warning {
|
|
display: block;
|
|
display: block;
|