no message

This commit is contained in:
zds
2022-10-29 13:00:39 +08:00
parent 3200842b39
commit 0784c2de18
9 changed files with 405 additions and 299 deletions

View File

@@ -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>
<!--分页组件-->