refine table example

This commit is contained in:
Pan
2017-04-27 22:56:25 +08:00
parent bc2955bb11
commit dfd7ce8d40
2 changed files with 12 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ for (let i = 0; i < count; i++) {
id: '@increment',
timestamp: +Mock.Random.date('T'),
author: '@cname',
auditor: '@cname',
title: '@ctitle(10, 20)',
forecast: '@float(0, 100, 2, 2)',
importance: '@integer(1, 3)',