修改统一体系搜索的按钮大小并且增加序号

This commit is contained in:
zhoulingpo
2023-11-28 10:32:03 +08:00
parent 50ca458c1e
commit f484e97887
@@ -93,7 +93,7 @@
@click="exportData"
size="mini"
title="不勾选时默认导出所有筛选项;勾选时仅导出勾选项"
><i class="iconfont">&#xe6e9;</i>列表导出</el-button>
>列表导出</el-button>
</el-form-item>
</el-form>
</div>
@@ -112,6 +112,15 @@
width="55"
align="center">
</el-table-column>
<el-table-column
label="序号"
type="index"
width="55"
align="center">
<template slot-scope="{scope, column, $index}">
{{ ($index + 1) + (searchForm.page - 1) * searchForm.pageSize }}
</template>
</el-table-column>
<el-table-column
prop="standSystem"
width="200"