perf[complex-table]:refine code (#2825)

* 解决无法删除列表的bug;优化代码;

* perf: refine

Co-authored-by: 花裤衩 <panfree23@gmail.com>
This commit is contained in:
AndyLZC/AndyLZC.github.io
2020-01-07 22:30:07 +08:00
committed by 花裤衩
parent fd5a2e8da2
commit 55b1bbac99
2 changed files with 10 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ for (let i = 0; i < count; i++) {
forecast: '@float(0, 100, 2, 2)',
importance: '@integer(1, 3)',
'type|1': ['CN', 'US', 'JP', 'EU'],
'status|1': ['published', 'draft', 'deleted'],
'status|1': ['published', 'draft'],
display_time: '@datetime',
comment_disabled: true,
pageviews: '@integer(300, 5000)',