|
@@ -39,7 +39,7 @@
|
|
|
:row-class-name="onTableRowClassName">
|
|
:row-class-name="onTableRowClassName">
|
|
|
<!-- 不用element的, 不好控制要调用方法 -->
|
|
<!-- 不用element的, 不好控制要调用方法 -->
|
|
|
<el-table-column v-if="select"
|
|
<el-table-column v-if="select"
|
|
|
- width="45px">
|
|
|
|
|
|
|
+ width="50px">
|
|
|
<template slot="header"
|
|
<template slot="header"
|
|
|
slot-scope="scope">
|
|
slot-scope="scope">
|
|
|
<el-checkbox v-show="showSelectAll"
|
|
<el-checkbox v-show="showSelectAll"
|