09 2023 档案
摘要:beforeMount() { window.addEventListener('resize', this.$_resizeHandler) }, beforeDestroy() { window.removeEventListener('resize', this.$_resizeHandler
阅读全文
摘要:vue-element-admin (git) 窗口宽度变化,菜单自动隐藏 beforeMount() { window.addEventListener('resize', this.$_resizeHandler) }, $_resizeHandler() { console.log('窗框宽度
阅读全文
摘要:<el-table-column label="" min-width="120"> <template slot-scope="scope"> <el-tooltip class="item" effect="dark" content="双击展开/收起" placement="top" > <s
阅读全文
摘要:grid: { left: "3%",//坐标轴距离左侧 right: "4%",//坐标轴距离右侧 bottom: "10%",//坐标轴距离底部 containLabel: true, }, 参考下面理解
阅读全文
摘要:this.$confirm("提交后不允许编辑,是否继续提交?", "提示", { confirmButtonText: "确定提交", cancelButtonText: "取消", type: "warning", }) .then(() => { this.submitForm("ruleFo
阅读全文