fix : 公司选择框

This commit is contained in:
2024-06-26 23:04:30 +08:00
parent c10f40f668
commit 7bcd75e6fb

View File

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