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

@ -37,7 +37,10 @@
columns: Array,
data: Array, // rebuildData
objData: Object,
fixed: Boolean
fixed: {
type: [Boolean, String],
default: false
}
},
methods: {
rowClasses (_index) {