摘要: <el-table :data="userlilist.slice((currentPage-1)*pagesize,currentPage*pagesize)" highlight-current-row style="width: 100%;"> <el-table-column prop="" 阅读全文
posted @ 2020-08-07 14:56 vaelcy 阅读(222) 评论(0) 推荐(0) 编辑
摘要: //时间戳转换 formatDate: function (cjsj) { // console.log(cjsj); let date = new Date(cjsj*1000); let y = date.getFullYear(); let MM = date.getMonth() + 1; 阅读全文
posted @ 2020-08-07 11:09 vaelcy 阅读(146) 评论(0) 推荐(0) 编辑
摘要: //表头加字体图标hover显示信息 icons(h,{column,$index}){ const inReview = '提示信息' const inReviews = '提示信息1' return h('div', [ h('span', column.label), h('el-toolti 阅读全文
posted @ 2020-08-07 10:59 vaelcy 阅读(482) 评论(0) 推荐(0) 编辑
摘要: handleSubmit2(ev) {//回车登录 var _this = this; this.$refs.ruleForm2.validate((valid) => { if (valid) { this.logining = true; var loginParams = { account: 阅读全文
posted @ 2020-08-07 10:51 vaelcy 阅读(5069) 评论(0) 推荐(0) 编辑