fix : 修复所属公司选择框细节

This commit is contained in:
2024-06-21 12:30:19 +08:00
parent cef8530a5b
commit e3664314d0

View File

@@ -10,7 +10,7 @@
<el-button @click="getList()">搜索</el-button>
</template>
</el-input>
<fvCheckbox :options="checkOptions" v-model="checkList" @change="checkBoxChange"/>
<fvCheckbox style="margin-left: 10px" :options="checkOptions" v-model="checkList" @change="checkBoxChange"/>
<!-- 人员选择 -->
<el-empty :image-size="100" description="似乎没有数据" v-show="dataList.length === 0"/>
<el-scrollbar style="height:87%;">