This commit is contained in:
zds
2022-11-14 19:54:37 +08:00
parent fcd828d13f
commit 06a3ea258d
19 changed files with 582 additions and 142 deletions

View File

@@ -62,7 +62,7 @@
>
<el-table-column type="index" label="序号" width="100" align="center" />
<template v-for="(col,index) in cols">
<el-table-column v-if="col" :prop="col.prop" :label="col.label" />
<el-table-column v-if="col" :prop="col.prop" width="90" :label="col.label" />
</template>
</el-table>
<!--分页组件-->