随笔分类 - vue
摘要:参考:https://www.bianchengquan.com/article/144145.html https://zhuanlan.zhihu.com/p/41926228 https://juejin.cn/post/6844903637555101704 1.展示效果: 🈶保单📃,�
阅读全文
摘要:html: <el-form-item v-if="['1','2'].includes(form.themeType)" label="文案"> <div class="picTopic"> <template v-if="form.contentList.length!==0"> <el-col
阅读全文
摘要:const promiseList = this.dataList.map(async o => { o.richText = await downloadRichText({ key: o.changeCode }).then(res => { return decodeURI(res.data)
阅读全文
摘要:参考:https://www.cnblogs.com/yetianjiao/p/15798533.html html: <div class="item" v-for="(item,index) in recordList" :key="index"> <div class="left"> <spa
阅读全文