update Table

update Table
This commit is contained in:
梁灏 2017-01-12 16:21:38 +08:00
parent 012cbf285f
commit 891700ae0c
4 changed files with 91 additions and 51 deletions

View file

@ -5,7 +5,7 @@
</colgroup>
<thead>
<tr>
<th v-for="(index, column) in columns" :class="alignCls(column, 'head')">
<th v-for="(index, column) in columns" :class="alignCls(column)">
<div :class="cellClasses(column)">
<template v-if="column.type === 'selection'"><Checkbox :checked="isSelectAll" @on-change="selectAll"></Checkbox></template>
<template v-else>