|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<a-modal class="patient-form" :width="600" :maskClosable="false" :confirmLoading="confirmLoading" :closable="false" |
|
|
<a-modal class="patient-form" :width="630" :maskClosable="false" :confirmLoading="confirmLoading" :closable="false" |
|
|
:destroyOnClose="true" v-model="createVisible" :title="title" @ok="handleSubmit" :footer="null"> |
|
|
:destroyOnClose="true" v-model="createVisible" :title="title" @ok="handleSubmit" :footer="null"> |
|
|
<a-form-model ref="form" :model="form" :label-col="{ span: 4 }" :wrapper-col="{ span: 20 }" labelAlign="left" |
|
|
<a-form-model ref="form" :model="form" :label-col="{ span: 4 }" :wrapper-col="{ span: 20 }" labelAlign="left" |
|
|
class="create-form" :rules="rules"> |
|
|
class="create-form" :rules="rules"> |
|
|