feat: 管理后台-订单记录,优化界面布局

This commit is contained in:
yys 2026-04-14 11:50:05 +08:00
parent 1bedde7fa7
commit e93fa6baa9
1 changed files with 3 additions and 8 deletions

View File

@ -74,11 +74,6 @@
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
</el-form-item>
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button
type="warning"
plain
@ -87,9 +82,9 @@
@click="handleExport"
v-hasPermi="['ai:order:export']"
>导出</el-button>
</el-col>
</el-form-item>
</el-form>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="orderList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />