mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 03:19:36 +08:00
描述:企业修改
This commit is contained in:
parent
0f39fad7b9
commit
585e89b3cf
@ -60,6 +60,32 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='开始时间'>
|
||||
<a-date-picker
|
||||
format='YYYY-MM-DD HH:mm'
|
||||
valueFormat='YYYY-MM-DD HH:mm:ss'
|
||||
:show-time="{ format: 'HH:mm' }"
|
||||
v-decorator="['startDate',{rules: [{ required: true, message: '选择开始时间' }]}]"
|
||||
type='date'
|
||||
placeholder='开始时间'
|
||||
style='width: 100%;'
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='结束时间'>
|
||||
<a-date-picker
|
||||
format='YYYY-MM-DD HH:mm'
|
||||
valueFormat='YYYY-MM-DD HH:mm:ss'
|
||||
:show-time="{ format: 'HH:mm' }"
|
||||
v-decorator="['endDate',{rules: [{ required: true, message: '选择结束时间' }]}]"
|
||||
type='date'
|
||||
placeholder='结束时间'
|
||||
style='width: 100%;'
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='所属行业'>
|
||||
@ -212,16 +238,6 @@
|
||||
<a-input placeholder='注册资金' v-decorator="['registCapi']" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='成立日期'>
|
||||
<a-date-picker @change='onChange' v-decorator="['startDate']" placeholder='成立日期' />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='营业结束日期'>
|
||||
<a-date-picker @change='onChange' v-decorator="['endDate']" placeholder='营业结束日期' />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='登记机关'>
|
||||
<a-input placeholder='登记机关'
|
||||
|
Loading…
x
Reference in New Issue
Block a user