摘要: var reg = /(?!\d+$)(?!^[a-zA-Z]+$)(?!^[_#@]+$).{12,20}/ return reg.test(value) 请输入12-20位的数字、大写字母、小写字母及特殊字符的密码 阅读全文
posted @ 2021-12-29 17:45 前端小强166 阅读(40) 评论(0) 推荐(0)
摘要: <el-table-column :index="(stupage-1)*10+1" type="index" label="序号" width="80" align="center"/> stupage //第几页 阅读全文
posted @ 2021-12-29 14:52 前端小强166 阅读(195) 评论(0) 推荐(0)
摘要: <p>{{scope.row.type==0?'充值' : scope.row.type==1?'退款': scope.row.type==2?'消费':'补款'}}</p> tab_index == 0 ? ppInfoList : (tab_index == 1 ? kcInfoList : w 阅读全文
posted @ 2021-12-29 14:26 前端小强166 阅读(20) 评论(0) 推荐(0)