摘要: package com.ruoyi.framework.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; i 阅读全文
posted @ 2021-09-25 18:58 wujf 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 1.添加自定义文件 preventReClick.js import Vue from 'vue' const preventReClick = Vue.directive('preventReClick', { inserted: function (el, binding) { el.addEv 阅读全文
posted @ 2021-09-25 15:54 wujf 阅读(803) 评论(0) 推荐(0) 编辑
摘要: package com.example.test; import android.util.Log; import java.math.BigDecimal; import java.text.DecimalFormat; /** * 金额工具类,主要是金额的格式化,金额的加、减 * @author 阅读全文
posted @ 2021-09-25 12:17 wujf 阅读(1700) 评论(0) 推荐(0) 编辑