|
@@ -3,7 +3,7 @@
|
|
|
<!-- :header-cell-style="{background:'#EEEEEE',color:'#333'}" -->
|
|
|
<el-table ref="table" :fit="tool.calculatedColumnWidth($refs.table,layout)" :row-class-name="tableClassName" highlight-current-row :data="data"
|
|
|
size="mini" :height="height" @row-click="rowClick" style="width:100%;" :header-cell-style="{height:'40px',color:'#606266',fontWeight:'400',fontSize:'14px'}"
|
|
|
- :cell-style="{height:'40px',color:'#666666',fontWeight:'400'}" border stripe @selection-change="selectionChange" @loadedmetadata="loadedmetadata">
|
|
|
+ :cell-style="{height:'40px',color:'#666666',fontWeight:'400'}" border @selection-change="selectionChange" >
|
|
|
<el-table-column
|
|
|
type="selection"
|
|
|
width="35" fixed v-if="checkbox">
|