update Table

update Table
This commit is contained in:
梁灏 2016-11-29 15:35:06 +08:00
parent cb31ede039
commit 9f853e3ec8
2 changed files with 33 additions and 23 deletions

View file

@ -99,7 +99,7 @@
key: 'age',
align: 'right',
// fixed: 'left',
sortable: 'custom',
sortable: true,
width: 100,
filters: [
{
@ -235,7 +235,7 @@
// });
// this.data.splice(0, 1)
// this.columns.splice(2,1)
}, 2000);
}, 3000);
}
}
</script>