This commit is contained in:
Flow 2025-09-01 16:02:52 +08:00
parent de06ebf321
commit bee7ff6e71

View File

@ -74,13 +74,13 @@
<el-form-item>
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button>
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button>
<el-button
<!-- <el-button
type="primary"
plain
@click="openForm('create')"
>
<Icon icon="ep:plus" class="mr-5px" /> 新增
</el-button>
</el-button> -->
<el-button
type="success"
plain
@ -129,7 +129,7 @@
:formatter="dateFormatter"
width="180px"
/>
<el-table-column label="操作" align="center" min-width="120px">
<!-- <el-table-column label="操作" align="center" min-width="120px">
<template #default="scope">
<el-button
link
@ -146,7 +146,7 @@
删除
</el-button>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
<!-- 分页 -->
<Pagination