RuoYi
2020-07-30 337f6fd3dbb2f44be6eabe4d65828fce7a81a42e
修复 utils/index.js 中不包含 parseTime 函数的 bug
1 files modified
4 ■■■ changed files
ruoyi-ui/src/utils/index.js 4 ●●● patch | view | raw | blame | history
ruoyi-ui/src/utils/index.js
@@ -1,3 +1,5 @@
import { parseTime } from './ruoyi'
/**
 * 表格时间格式化
 */
@@ -385,4 +387,4 @@
export function isNumberStr(str) {
  return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str)
}