摘要: @Form.create({ // 表单回填 mapPropsToFields(props) { console.log(props) return { name: Form.createFormField({ value: props.obj.name, }), age: Form.createF 阅读全文
posted @ 2020-05-07 22:38 姓叶,名铁柱 阅读(2107) 评论(0) 推荐(0) 编辑
摘要: echarts 官网:https://echarts.apache.org/zh/index.html 首先先下载 npm i echarts -S 第二步页面引入:、 import echarts from 'echarts' 第三步页面使用。我这里写了个demo,自己模拟了一个json数据。然后 阅读全文
posted @ 2020-05-07 22:03 姓叶,名铁柱 阅读(262) 评论(0) 推荐(0) 编辑