摘要: <el-button type="primary" plain icon="el-icon-s-operation" @click="columsVisible = true" :loading="handleTotalChecked">定制栏目</el-button> 需要的页面引入组件: <di 阅读全文
posted @ 2023-12-29 15:31 一封未寄出的信 阅读(228) 评论(0) 推荐(0) 编辑
摘要: <el-button type="button" @click=" handleCopy "> 批量打印 </el-button> handleCopy(){ if (!this.getSelectRows()) return; if(this.selectRows.some(r => r.star 阅读全文
posted @ 2023-12-29 14:35 一封未寄出的信 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 可拖拽组件 <BaseDialog v-if="totalDialogVisible" title="合计" :visible.sync="totalDialogVisible" width="30%" @close="handleCloseTotal" @submit="handleCloseTo 阅读全文
posted @ 2023-12-29 11:45 一封未寄出的信 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <BaseTable :searchConfig="searchConfig" :operateBtnConfig="operateBtn" :tableData="tableData" :tableConfig="tableConfig" :pagination= 阅读全文
posted @ 2023-12-29 11:33 一封未寄出的信 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 组件使用文档: https://terryz.gitee.io/vue/#/selectpage/demo 实例: 需要使用的下拉分页的页面: <el-form-item label="公司" prop="carrierId"> <base-selectPage v-model="ruleForm. 阅读全文
posted @ 2023-12-29 10:49 一封未寄出的信 阅读(337) 评论(0) 推荐(0) 编辑