/
home
/
henzagold
/
site
/
plugins
/
File Upload :
llllll
Current File: //home/henzagold/site/plugins/currency.js
import Vue from 'vue' import moment from 'moment-jalaali'; Vue.filter('price', (val) => { if (val) { return val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } return val; }); Vue.filter('priceUnit', (val) => { if (val) { return val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' تومان '; } return val; }); Vue.filter('jdate', (val) => { if (val) { return moment(val).format('jYY/jMM/jDD-hh:mm:ss'); } return val; }); Vue.filter('tomanPriceUnit', (val) => { if (val) { let temp=val.split(",").join(""); temp=temp/10; return temp.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ' تومان '; } return val; });
Copyright ©2k19 -
Hexid
|
Tex7ure