js实现金额数字格式化 金额大写
在html里面
{{ money | toChies }}
在script里面
<script>
import CommonMixin from '@/mixins/common-mixin'
export default {
filters:{
toChies (values) {
let len = values.length
let arr = []
let chinList = [
'零',
'壹',
原创
2021-10-11 09:54:33 ·
299 阅读 ·
0 评论