08 2021 档案
摘要:在我的项目中由于使用的是vue+element一个自用框架进行开发,插槽用法相较简单 比如在列表字段columns使用slotname即可 <template v-slot:_spec="{ row, column }"> {{ specMap[row.materialCode]&&(row.sto
阅读全文
摘要:VUE+element通过按钮调用普通弹框(弹框页面独立出一个dialog页面,非在同一个页面文件里) 代码如下 <el-dialog> <el-button type="primary" style="float: right;margin-bottom: 15px;" @click="addDe
阅读全文