临时修改

This commit is contained in:
砂糖
2026-04-16 15:50:54 +08:00
parent 440e70ee82
commit 344488f08e
9 changed files with 57 additions and 34 deletions

View File

@@ -14,13 +14,13 @@
@change="handleChange"
>
<!-- 全选选项 -->
<el-option
<!-- <el-option
v-if="showSelectAll && options.length > 0"
key="selectAll"
label="全选"
value="selectAll"
@click="toggleSelectAll"
/>
/> -->
<el-option
v-for="item in options"
:key="item.value"