01 2021 档案

摘要:// 设置禁用<el-switch v-model="scope.row.switch" disabled @click.native="changeSwitch(scope.row)"></el-switch> changeSwitch (e, row) { let rows = {...row} 阅读全文
posted @ 2021-01-27 11:42 异地大光码 阅读(1827) 评论(0) 推荐(1)
摘要:全局安装create-react-app npm install -g create-react-app 创建项目 yarn create react-app react-antd-demo 安装antd包 yarn add antd 由于antd使用了less,所以如果想配置主题的话,我们也需要安 阅读全文
posted @ 2021-01-19 12:01 异地大光码 阅读(441) 评论(0) 推荐(0)
摘要:// element table ,每次只能选一个@selection-change="selectChange" selectChange (val) { if (val.length > 1) { this.$refs.table.clearSelection(); this.$refs.tab 阅读全文
posted @ 2021-01-13 14:25 异地大光码 阅读(183) 评论(0) 推荐(0)