Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
7360be1726
|
@ -310,6 +310,7 @@
|
|||
:visible.sync="educationDialogVisible"
|
||||
width="40%"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
v-if="educationDialogVisible"
|
||||
|
@ -484,6 +485,7 @@
|
|||
:visible.sync="postgraduateDialogVisible"
|
||||
width="40%"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
v-if="postgraduateDialogVisible"
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
width="50%"
|
||||
:close-on-click-modal="false"
|
||||
@close="closeDialog"
|
||||
append-to-body
|
||||
>
|
||||
<div>
|
||||
<el-date-picker
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
:visible.sync="clinicalTrialDialogVisible"
|
||||
width="480px"
|
||||
:close-on-click-modal="false"
|
||||
append-to-body
|
||||
>
|
||||
<el-form
|
||||
ref="clinicalTrialForm"
|
||||
|
|
Loading…
Reference in New Issue