This commit is contained in:
guochunsi
2026-01-30 16:29:15 +08:00
parent 53f71066f3
commit c6da6e286f
70 changed files with 688 additions and 519 deletions

View File

@@ -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"