摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <!-- import CSS --> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index 阅读全文
posted @ 2024-03-08 16:20 peter_168 阅读(191) 评论(0) 推荐(0)
摘要: <el-upload ref="keyupload" class="upload-demo" :action="actionUrl" :on-preview="handlePreview" :on-remove="handleRemove" :headers="{ Authorization: to 阅读全文
posted @ 2024-01-12 10:44 peter_168 阅读(84) 评论(0) 推荐(0)
摘要: axios.get(process.env.VUE_APP_BASEURL_API + '接口名?fileId=' + this.mbfjxzdiaList[0].fileIdCommon + '&Authorization=' + this.token, {responseType: 'blob' 阅读全文
posted @ 2023-12-26 16:37 peter_168 阅读(86) 评论(0) 推荐(0)
摘要: <template> <button @click="playVoice">播放语音</button> </template> <script> const synth = window.speechSynthesis; const msg = new SpeechSynthesisUtteranc 阅读全文
posted @ 2023-12-14 21:39 peter_168 阅读(90) 评论(0) 推荐(0)
摘要: .kksa .el-tree > .el-tree-node { display: inline-block; min-width: 100%; } 外层容器添加 阅读全文
posted @ 2023-08-17 09:50 peter_168 阅读(316) 评论(0) 推荐(0)
摘要: <div class="wrap"> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div class="item"></div> <div c 阅读全文
posted @ 2022-08-18 10:11 peter_168 阅读(135) 评论(0) 推荐(0)
摘要: npm install anywhere -g本地跑 anywhere 即可 阅读全文
posted @ 2021-12-10 11:43 peter_168 阅读(20) 评论(0) 推荐(0)
摘要: 使用此依赖,不要将路由保存进本地,不然会报 converting circular structure to JSON等错误 阅读全文
posted @ 2021-09-01 15:36 peter_168 阅读(754) 评论(0) 推荐(1)
摘要: 在表单中使用v-if后,需要给表单增加对应key值,否则最后一项表单的校验可能不生效 阅读全文
posted @ 2021-08-25 10:57 peter_168 阅读(53) 评论(0) 推荐(0)
摘要: <el-table-column v-if="activeName 'first' " prop="eventAlias" label="自定义事件名称"> <template slot-scope="scope"> {{scope.row.eventAlias}} <el-popover trig 阅读全文
posted @ 2020-09-24 14:08 peter_168 阅读(2216) 评论(0) 推荐(0)