a
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
ref="formRef"
|
||||
:model="formData"
|
||||
:rules="formRules"
|
||||
label-width="120px"
|
||||
label-width="100px"
|
||||
class="form-content"
|
||||
>
|
||||
<el-row :gutter="20">
|
||||
@@ -22,7 +22,6 @@
|
||||
filterable
|
||||
clearable
|
||||
placeholder="请选择班级"
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in companyList"
|
||||
@@ -86,7 +85,6 @@
|
||||
v-model="formData.inoutFlag"
|
||||
clearable
|
||||
placeholder="请选择"
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in yesNoDict"
|
||||
|
||||
Reference in New Issue
Block a user