摘要: <template> <div class="editorWrap" :style="cssVars"> <Toolbar v-if="showToolbar" style="border-bottom: 1px solid #ccc" :editor="editor" :defaultConfig 阅读全文
posted @ 2023-02-07 16:04 士广 阅读(217) 评论(0) 推荐(0)
摘要: //导出我点评的exportMyComment(){ let data = { "pageNo": this.commentParams.pageNo, "pageSize": this.myCommentParams.pageSize, "param": this.myCommentParams. 阅读全文
posted @ 2023-02-07 16:02 士广 阅读(20) 评论(0) 推荐(0)
摘要: <input id="uplode" ref="imgFile" accept=".jpeg,.png,.gif,.jpg" hidden multiple="multiple" type="file" @change="uploadFile($event)"/><!-- 图片预览--><div c 阅读全文
posted @ 2023-02-07 16:01 士广 阅读(25) 评论(0) 推荐(0)
摘要: /** * 公共空判断 */export function stringIsEmpty(strVal) { if (strVal == '' || strVal == null || strVal == undefined || strVal == 'undefined') { return tru 阅读全文
posted @ 2023-02-03 15:12 士广 阅读(22) 评论(0) 推荐(0)
摘要: ::v-deep { .el-table .light_row { --el-table-tr-bg-color: #011f62; height: 3.2rem; color: #fff; } .el-table .deep_row { --el-table-tr-bg-color: #01155 阅读全文
posted @ 2023-02-02 09:31 士广 阅读(130) 评论(0) 推荐(0)
摘要: <!--横向柱状图图--><template> <div class="chartBox"> <!--echart图标--> <div id="crosswiseBarChart" ref="crosswiseBarChart" style="height:44rem;width:61rem"></ 阅读全文
posted @ 2023-02-02 09:27 士广 阅读(54) 评论(0) 推荐(0)
摘要: <template> <div :style="{width: width, height: height}" ref="donutChart"></div></template><script>const echarts = require('echarts');export default { 阅读全文
posted @ 2023-02-02 09:24 士广 阅读(52) 评论(0) 推荐(0)
摘要: <!--折线图--><template> <div class="chartBox"> <!--echart图标--> <div id="lineChart" ref="lineChart" :style="{width:width,height:height}"></div> </div></te 阅读全文
posted @ 2023-02-02 09:22 士广 阅读(37) 评论(0) 推荐(0)
摘要: import { defineConfig } from 'vite' // 动态配置函数import { createVuePlugin } from 'vite-plugin-vue2'import vue from '@vitejs/plugin-vue';export default () 阅读全文
posted @ 2023-02-01 20:11 士广 阅读(117) 评论(0) 推荐(0)
摘要: app.vue <template> <a-config-provider :locale="locale"> <div id="app"> <router-view/> </div> </a-config-provider></template><script>import zh_CN from 阅读全文
posted @ 2023-02-01 20:10 士广 阅读(72) 评论(0) 推荐(0)