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