12 2023 档案
摘要:<el-button type="primary" plain icon="el-icon-s-operation" @click="columsVisible = true" :loading="handleTotalChecked">定制栏目</el-button> 需要的页面引入组件: <di
阅读全文
摘要:<el-button type="button" @click=" handleCopy "> 批量打印 </el-button> handleCopy(){ if (!this.getSelectRows()) return; if(this.selectRows.some(r => r.star
阅读全文
摘要:可拖拽组件 <BaseDialog v-if="totalDialogVisible" title="合计" :visible.sync="totalDialogVisible" width="30%" @close="handleCloseTotal" @submit="handleCloseTo
阅读全文
摘要:<template> <div> <BaseTable :searchConfig="searchConfig" :operateBtnConfig="operateBtn" :tableData="tableData" :tableConfig="tableConfig" :pagination=
阅读全文
摘要:组件使用文档: https://terryz.gitee.io/vue/#/selectpage/demo 实例: 需要使用的下拉分页的页面: <el-form-item label="公司" prop="carrierId"> <base-selectPage v-model="ruleForm.
阅读全文
摘要:场景:当只有底图和数据的的时候,底图是一个背景图,次背景图上会有空白的区域,留下来的空白区域是用来展示回显的数据的, 一下情形需要导出excel 文档 纯前端 方案一: 1.先用一个数组将此底图上的数据收集起来,组成一个数组,同时设置key 和value ,当然 key就是收集来的数据,value就
阅读全文