update Table

update Table
This commit is contained in:
梁灏 2016-11-24 15:27:46 +08:00
parent 744eb0af93
commit 0d13646576
7 changed files with 306 additions and 59 deletions

View file

@ -0,0 +1,7 @@
export default {
methods: {
alignCls (column) {
return column.align ? `${this.prefixCls}-column-${column.align}` : '';
}
}
}