01 2020 档案
摘要:一: highcharts在vue中的使用和配置方法 npm install vue-highcharts --save 由于vue-highcharts依赖于highcharts,我们还需要安装后者 npm install highcharts --save 二: 安装完成后,进入项目main.j
阅读全文
摘要:<template> <el-table :data="tableData" style="width: 100%"> <el-table-column prop="date" label="日期" width="180"> <template slot-scope="{row}"> <el-for
阅读全文