update Table

update Table
This commit is contained in:
梁灏 2016-11-30 13:17:55 +08:00
parent 24b201465e
commit 5d0499ce1e
7 changed files with 80 additions and 29 deletions

View file

@ -15,7 +15,7 @@
<i class="ivu-icon ivu-icon-arrow-down-b" :class="{on: column._sortType === 'desc'}" @click="handleSort($index, 'desc')"></i>
</span>
<Poptip
v-if="column.filters && (fixed || (!fixed && !column.fixed))"
v-if="isPopperShow(column)"
:visible.sync="column._filterVisible"
placement="bottom"
@on-popper-hide="handleFilterHide($index)">
@ -69,7 +69,10 @@
columns: Array,
objData: Object,
data: Array, // rebuildData
fixed: Boolean
fixed: {
type: [Boolean, String],
default: false
}
},
computed: {
isSelectAll () {