13854 选择框的高度长度不一
parent
be9d06d481
commit
d74cb3930d
|
@ -4,14 +4,14 @@
|
||||||
:visible.sync="visible"
|
:visible.sync="visible"
|
||||||
:append-to-body="appendToBody"
|
:append-to-body="appendToBody"
|
||||||
:before-close="beforeClose"
|
:before-close="beforeClose"
|
||||||
title="推送??"
|
title="推送"
|
||||||
width="1000px"
|
width="1100px"
|
||||||
destroy-on-close>
|
destroy-on-close>
|
||||||
<el-form ref="form" :model="form" :rules="rules" label-width="200px" label-position="right" type="flex">
|
<el-form ref="form" :model="form" :rules="rules" label-width="200px" label-position="right" type="flex">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item prop="APPOINT_CORP_ID" label="单位 ">
|
<el-form-item prop="APPOINT_CORP_ID" label="单位 ">
|
||||||
<el-select v-model="corp_id" placeholder="请选择单位 " style="width: 90%" @change="getInfo">
|
<el-select v-model="corp_id" placeholder="请选择单位 " style="width: 300px" @change="getInfo">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in jituanDanweiTreeData"
|
v-for="item in jituanDanweiTreeData"
|
||||||
:key="item.CORPINFO_ID"
|
:key="item.CORPINFO_ID"
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
placeholder="请选择部门"
|
placeholder="请选择部门"
|
||||||
no-options-text="暂无数据"
|
no-options-text="暂无数据"
|
||||||
no-children-text="暂无数据"
|
no-children-text="暂无数据"
|
||||||
style="width: 100%;"
|
style="width: 300px"
|
||||||
@select="getPeopleList($event)"
|
@select="getPeopleList($event)"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
Loading…
Reference in New Issue