上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: const selectArr = { // 课程类型 courseType:[{ label:'主线课', value:1 },{ label:'试听课', value:2 },{ label:'补课班', value:3 }], status:[{ label:'失效', value:'0' } 阅读全文
posted @ 2020-04-18 16:07 xiaoxiao95 阅读(104) 评论(0) 推荐(0) 编辑
摘要: var lunar = { tg: '甲乙丙丁戊己庚辛壬癸', dz: '子丑寅卯辰巳午未申酉戌亥', number: '一二三四五六七八九十', year: '鼠牛虎兔龙蛇马羊猴鸡狗猪', month: '正二三四五六七八九十冬腊', monthadd: [0, 31, 59, 90, 120,  阅读全文
posted @ 2020-04-18 16:06 xiaoxiao95 阅读(214) 评论(0) 推荐(0) 编辑
摘要: function add0(m){return m<10?'0'+m:m } var format = { Y:function(shijianchuo){ if(!shijianchuo){ return; } var time = new Date(shijianchuo); var y = t 阅读全文
posted @ 2020-04-18 16:04 xiaoxiao95 阅读(76) 评论(0) 推荐(0) 编辑
摘要: function toChinesNum(num){ let changeNum = ['零', '一', '二', '三', '四', '五', '六', '日', '八', '九']; let unit = ["", "十", 阅读全文
posted @ 2020-04-18 16:03 xiaoxiao95 阅读(130) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 16:02 xiaoxiao95 阅读(202) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 16:00 xiaoxiao95 阅读(128) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 15:59 xiaoxiao95 阅读(144) 评论(0) 推荐(0) 编辑
摘要: import HttpRequest from './axios' import HttpRequestData from './axiosData' import HttpRequestImport from './axiosImport' let baseUrl; if (process.env 阅读全文
posted @ 2020-04-18 15:57 xiaoxiao95 阅读(212) 评论(0) 推荐(0) 编辑
摘要: <template slot-scope="scope" slot="hylxForm"> <el-radio-group v-model="radio" @change="hylxTabShow" > <el-radio-button id="hylx_gr" label="1" >个人</el- 阅读全文
posted @ 2020-04-18 15:38 xiaoxiao95 阅读(1775) 评论(0) 推荐(1) 编辑
摘要: 上代码:html <avue-crud :data="data" :option="option" v-model="obj" :before-close="beforeOpen"> <!-- 自定义列--> <template slot="name" slot-scope="scope" > <e 阅读全文
posted @ 2020-04-18 15:32 xiaoxiao95 阅读(5689) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页