mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	修复 utils/index.js 中不包含 parseTime 函数的 bug
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
			
		||||
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)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user