摘要: 批量删除场景 普通的批量删除实现: template 显示结构 <el-button type="danger" class="ele-btn-icon" :icon="Delete" @click="deleteSomeGoods" :disabled="multipleGoodsSelectio 阅读全文
posted @ 2023-12-05 23:15 朱呀朱~ 阅读(114) 评论(0) 推荐(0) 编辑
摘要: vue 树形选择器 主要用后端处理显示数据 根据 el-Element 官网可知,想要使用树形选择器 <el-tree-select> 就要提供以下形式的数据: data = [ { value: '1', label: 'Level one 1', children: [ { value: '1- 阅读全文
posted @ 2023-12-05 23:14 朱呀朱~ 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 用的是 <el-dialog> 里加子弹窗组件标签(自定义) addGoods 的形式,如以下形式 <el-dialog> <addGoods> ...... </addGoods> </el-dialog> 新增 就是给新增按钮加一个事件,事件包括弹窗的打开(给 el-dialog 的 v-mod 阅读全文
posted @ 2023-12-05 23:14 朱呀朱~ 阅读(407) 评论(0) 推荐(0) 编辑
摘要: WebStorm 内存不足 提示:The IDE is running low on memory and this might affect performance. Please consider increasing the heap size. 翻译:IDE 内存不足,这可能会影响性能。请考 阅读全文
posted @ 2023-12-05 23:13 朱呀朱~ 阅读(1273) 评论(0) 推荐(0) 编辑