随笔分类 - 前端
摘要:<template> <el-table @selection-change="handleSelectionChange" :row-key="getRowKeys"> <!--type必须是selection的一列设置reserve-selection属性--> <el-table-column
阅读全文
摘要:1.安装 npm install umy-ui 2.注册引入 import UmyUi from 'umy-ui' import 'umy-ui/lib/theme-chalk/index.css' Vue.use(UmyUi) import { UTableColumn, UTable, UxGr
阅读全文