驾校关联

This commit is contained in:
qsh
2024-05-14 11:45:46 +08:00
parent 8a5ae3948a
commit 555cb4d27a
20 changed files with 1350 additions and 19 deletions

View File

@@ -30,15 +30,15 @@
</el-form-item>
<el-form-item>
<el-button @click="handleQuery">
<Icon class="mr-5px" icon="ep:search" />
<!-- <Icon class="mr-5px" icon="ep:search" /> -->
搜索
</el-button>
<el-button @click="resetQuery">
<Icon class="mr-5px" icon="ep:refresh" />
<!-- <Icon class="mr-5px" icon="ep:refresh" /> -->
重置
</el-button>
<el-button plain type="primary" @click="openForm">
<Icon class="mr-5px" icon="ep:plus" />
<!-- <Icon class="mr-5px" icon="ep:plus" /> -->
新增
</el-button>
</el-form-item>