|
|
@@ -7,7 +7,7 @@
|
|
|
type="selection"
|
|
|
width="35" fixed v-if="checkbox">
|
|
|
</el-table-column>
|
|
|
- <el-table-column v-for="col in layout" :key="col.tablecolid" :prop="col.columnname" :label="col.title" :width="width" :fixed="fixedName ? fixedName.indexOf(col.columnname)!= -1?redirect ? redirect : 'right' :false : false">
|
|
|
+ <el-table-column v-for="col in layout" :key="col.tablecolid" :prop="col.columnname" :label="col.title" :width="col.width" :fixed="fixedName ? fixedName.indexOf(col.columnname)!= -1?redirect ? redirect : 'right' :false : false">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="table-panel">
|
|
|
<!-- 自定义表格显示内容 -->
|