卡片切换

This commit is contained in:
pengxiaolong
2025-11-11 20:33:31 +08:00
parent 81aa338873
commit 8e236965a7

View File

@@ -150,10 +150,10 @@
<div class="center-justify" style="margin-top: -15px;">
<el-button type="primary" @click="isShowSearch = !isShowSearch">{{ isShowSearch ? $t('employee.showSearch') :
$t('employee.hideSearch') }}</el-button>
<div v-if="isMobile">
<!-- <div v-if="isMobile">
<el-switch v-model="simpleModel" />
简化列表
</div>
</div> -->
</div>
<!-- 列表区域 -->