摘要:
<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. 阅读全文