no message
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
>
|
||||
<el-table-column type="index" label="序号" width="100" align="center" fixed/>
|
||||
<template v-for="(col,index) in cols2">
|
||||
<el-table-column v-if="!col.option" :prop="col.prop" :label="col.label" width="120px" show-overflow-tooltip/>
|
||||
<el-table-column v-if="col.option" :prop="col.prop" :label="col.label" width="120px" show-overflow-tooltip fixed/>
|
||||
<el-table-column v-if="!col.option" :prop="col.prop" :label="col.label" width="120px" />
|
||||
<el-table-column v-if="col.option" :prop="col.prop" :label="col.label" width="120px" fixed/>
|
||||
</template>
|
||||
</el-table>
|
||||
<!--分页组件-->
|
||||
|
||||
Reference in New Issue
Block a user