优化
This commit is contained in:
@@ -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>
|
||||
<!--分页组件-->
|
||||
|
||||
Reference in New Issue
Block a user