摘要: 使用全局过滤器 使用原型属性 main.js import Moment from 'moment' import Antd, { Modal } from 'ant-design-vue' Vue.filter('formatDate', function (value) { return Mom 阅读全文