|
|
@ -6,6 +6,7 @@ |
|
|
|
:summary-method="getSummaries" |
|
|
|
:summary-method="getSummaries" |
|
|
|
v-loading="loading" |
|
|
|
v-loading="loading" |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
@selection-change="handleSelectionChange" |
|
|
|
|
|
|
|
height="600" |
|
|
|
> |
|
|
|
> |
|
|
|
<el-table-column |
|
|
|
<el-table-column |
|
|
|
:type="column.type == 0 ? 'selection' : ''" |
|
|
|
:type="column.type == 0 ? 'selection' : ''" |
|
|
|