Commit 3e1bd8e3 authored by fungleo's avatar fungleo

修复 utils/index.js 中不包含 parseTime 函数的 bug

parent 8a076e17
import { parseTime } from './ruoyi'
/**
* 表格时间格式化
*/
......@@ -385,4 +387,4 @@ export function camelCase(str) {
export function isNumberStr(str) {
return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment