|
@@ -24,7 +24,7 @@ import "@/assets/iconfont/iconfont.css"; // 阿里图标
|
24
|
24
|
|
25
|
25
|
import { setLocal, getLocal, delLocal, delAllLocal } from '@/assets/js/storage.js'
|
26
|
26
|
import { setCookie, getCookie, delCookie, delAllCookie } from '@/assets/js/cookie.js'
|
27
|
|
-import { getStrBytes, copy, getDay, NumberHandle, isChn, formatNum, formateHours, formateMinute, day_format, date_compatible, timeStamp_to_date, judgePhone } from '@/assets/js/common.js'
|
|
27
|
+import { getStrBytes, copy, getDay, NumberHandle, isChn, formatNum, formatNumV2, formateHours, formateMinute, day_format, date_compatible, timeStamp_to_date, judgePhone } from '@/assets/js/common.js'
|
28
|
28
|
import exportToPdf from '@/assets/js/exportToPdf.js'
|
29
|
29
|
Vue.use(exportToPdf)
|
30
|
30
|
|
|
@@ -48,6 +48,7 @@ Vue.prototype.$NumberHandle = NumberHandle;
|
48
|
48
|
Vue.prototype.$formateHours = formateHours;
|
49
|
49
|
Vue.prototype.$formateMinute = formateMinute;
|
50
|
50
|
Vue.prototype.$formatNum = formatNum;
|
|
51
|
+Vue.prototype.$formatNumV2 = formatNumV2;
|
51
|
52
|
Vue.prototype.$isChn = isChn;
|
52
|
53
|
Vue.prototype.$date_compatible = date_compatible;
|
53
|
54
|
Vue.prototype.$day_format = day_format;
|