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
2f30ee81d1
commit
13d6b7afa1
@ -123,11 +123,11 @@
|
||||
<a-input placeholder='所属行业' v-decorator="['sector']" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='所属国家'>
|
||||
<a-input placeholder='所属国家' v-decorator="['country']" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!-- <a-col :span='12'>-->
|
||||
<!-- <a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='所属国家'>-->
|
||||
<!-- <a-input placeholder='所属国家' v-decorator="['country']" />-->
|
||||
<!-- </a-form-item>-->
|
||||
<!-- </a-col>-->
|
||||
<a-col :span='12'>
|
||||
<a-form-item :labelCol='labelColHalf' :wrapperCol='wrapperColHalf' label='过程管理'>
|
||||
<a-select v-decorator="['process']">
|
||||
@ -173,7 +173,7 @@
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span='24'>
|
||||
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='上传公司头像'
|
||||
<a-form-item :labelCol='labelCol' :wrapperCol='wrapperCol' label='上传公司logo'
|
||||
extra='尺寸建议:宽160px,高160px'>
|
||||
<a-upload
|
||||
v-decorator="['headImg']"
|
||||
@ -825,9 +825,7 @@ export default {
|
||||
this.visible = true
|
||||
},
|
||||
handleFileOk() {
|
||||
console.log(this.file)
|
||||
importData({ file: this.file }).then(res => {
|
||||
console.log(res)
|
||||
})
|
||||
},
|
||||
handleDetail(id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user