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

This commit is contained in:
AndyLZC/AndyLZC.github.io
2020-01-07 22:30:07 +08:00
committed by 花裤衩
parent be18a69fa4
commit 93e01926e3
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)',