摘要:
const amount2 = this.getSpanArr(tableData, 'amount2') const spanArrs = { // amount1:amount1, amount2: amount2 } const amount2 = this.getSpanArr(tableD 阅读全文
摘要:
<!--可拖拽的表格:表格内容+行参数+按钮名称(对话框标题)--> <template> <div> <el-button size="mini" type="primary" @click="showDialog">{{ dialogTitle }}</el-button> <CommonTab 阅读全文
摘要:
业务场景:刷新页面时,首次拉取所有配置,存储到store状态管理用于全局调用; 为避免状态命名重复,使用modules进行管理: 阅读全文