|
@ -104,7 +104,7 @@ |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
|
<div class="submit-box" v-if="stepNum == 2"> |
|
|
<div class="submit-box" v-if="stepNum == 2"> |
|
|
<el-button type="primary" class="submit-box-but" @click="submitForm"> |
|
|
<el-button type="primary" class="submit-box-but" @click="scaleSubmitForm"> |
|
|
提交 |
|
|
提交 |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
@ -124,8 +124,7 @@ export default { |
|
|
dicts: ["sys_notice_status", "sys_notice_type"], |
|
|
dicts: ["sys_notice_status", "sys_notice_type"], |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
stepNum: 1, |
|
|
stepNum: 2, |
|
|
|
|
|
|
|
|
headers: { |
|
|
headers: { |
|
|
Authorization: "Bearer " + getToken(), |
|
|
Authorization: "Bearer " + getToken(), |
|
|
deptId: localStorage.getItem("hospitalId"), |
|
|
deptId: localStorage.getItem("hospitalId"), |
|
@ -554,6 +553,15 @@ export default { |
|
|
>>> .el-form-item--medium .el-form-item__label { |
|
|
>>> .el-form-item--medium .el-form-item__label { |
|
|
padding-right: 30px; |
|
|
padding-right: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
>>> .el-radio input[aria-hidden="true"] { |
|
|
|
|
|
display: none !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
>>> .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) |
|
|
|
|
|
.el-radio__inner { |
|
|
|
|
|
box-shadow: none !important; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
<!-- >>> .el-input__inner { |
|
|
<!-- >>> .el-input__inner { |
|
|
padding: 0 15px !important; |
|
|
padding: 0 15px !important; |
|
|