12 2021 档案
摘要:<el-button type="primary" @click="handle('export')">导出</el-button> <a id="link"></a> handle(type) { switch (type) { case 'export': this.exportList() b
阅读全文
摘要:var reg = /(?!\d+$)(?!^[a-zA-Z]+$)(?!^[_#@]+$).{12,20}/ return reg.test(value) 请输入12-20位的数字、大写字母、小写字母及特殊字符的密码
阅读全文
摘要:<el-table-column :index="(stupage-1)*10+1" type="index" label="序号" width="80" align="center"/> stupage //第几页
阅读全文
摘要:<p>{{scope.row.type==0?'充值' : scope.row.type==1?'退款': scope.row.type==2?'消费':'补款'}}</p> tab_index == 0 ? ppInfoList : (tab_index == 1 ? kcInfoList : w
阅读全文
摘要:<ul v-if="listPay.length>0"> <li v-for="(item,index) in listPay"> <img :src="checkTs[index] true?checkImg:uncheckImg" @click="checkXy(index)"/><span>{
阅读全文
摘要:import moment from 'moment' this.form.startTime = moment(response.data.data.records[0].startTime).format('YYYY-MM-DD HH:mm:ss') this.gridData.forEach(
阅读全文
摘要:filter: 挑选出json数组中需要的值 this.insitution_qualitys=this.insitution_qualityall.filter( v => v.name '事业单位法人' || v.name '民办非企业单位' || v.name '社会团体法人'|| v.nam
阅读全文

浙公网安备 33010602011771号