mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
fix Bug or add docs
This commit is contained in:
@@ -14,7 +14,7 @@ const tableList = (pageSize) => {
|
||||
date: `@date('yyyy-MM-dd')`,
|
||||
time: `@time('HH:mm')`,
|
||||
'no|100000-10000000': 100000,
|
||||
'status|1': ['normal', 'enable', 'disable'],
|
||||
'status|1': [true, false],
|
||||
});
|
||||
});
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user