上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页
摘要: ##### git 常用命令 git clone git@*******.git git branch -a 查看自己所在分支和所有远程分支 git checkout dev 切换到dev分支 git branch feature/{yourname}_{workdetail} 在dev上创建自己的 阅读全文
posted @ 2019-12-19 10:15 苏小白啊 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: this.formInline = Object.assign(this.formInline, data.obj.vendorPreOrder) const target = { a: 1 }; const source1 = { b: 2 }; const source2 = { c: 3 }; 阅读全文
posted @ 2019-12-17 18:26 苏小白啊 阅读(189) 评论(0) 推荐(0) 编辑
摘要: // 弹框查询 dataFun(){ let paramString = this.$.param({ ...this.modalDataObj,userIds:[1,2,3]},true); console.log("传值",paramString) this.$axios({ url: `/ma 阅读全文
posted @ 2019-11-29 14:56 苏小白啊 阅读(953) 评论(0) 推荐(0) 编辑
摘要: a.vue import { parseTime } from '@/libs/tools' <FormItem label="下单日期" prop="createDate"> <DatePicker type="daterange" style="width: 220px" v-model="cr 阅读全文
posted @ 2019-11-25 13:10 苏小白啊 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: 如果我们在Form组件中嵌套使用Input组件的时候,会有一个小问题,如果我们在一个Form组件中只使用了一个Input组件,当该Input组件获取焦点的时候,我们按enter键,整个页面会刷新 解决办法: searchHandle获取数据的方法方法一、<Form ref="formInline" 阅读全文
posted @ 2019-11-13 18:03 苏小白啊 阅读(749) 评论(0) 推荐(0) 编辑
摘要: titleBlock.vue组件页面 <template> <!-- 通用标题头 --> <div style="margin: 20px 0;"> <h3 style="margin-left: 20px">{{title}}</h3> <Divider /> </div> </template> 阅读全文
posted @ 2019-11-07 14:26 苏小白啊 阅读(234) 评论(0) 推荐(0) 编辑
摘要: <td style="padding: 50px 0;"> <Upload ref="upload" :show-upload-list="false" :before-upload="uploadImg" multiple type="drag" accept=".jpg, .jpeg, .png 阅读全文
posted @ 2019-11-06 17:35 苏小白啊 阅读(9871) 评论(0) 推荐(0) 编辑
摘要: 创建数组或对象的序列化表示形式传值给后端 let paramString = this.$.param({...this.formInline, ...this.pageParam},true); this.$axios({ url: `/chenfan_sample/sample_check_pr 阅读全文
posted @ 2019-11-06 14:16 苏小白啊 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: 仿站小工具 复制网站url拷贝 阅读全文
posted @ 2019-11-01 15:40 苏小白啊 阅读(241) 评论(0) 推荐(0) 编辑
摘要: xAxis : [ { type : 'category', // name:'额度', //这是设置的false,就不不显示下方的x轴,默认是true的 show: false, //这里呢,就是每个柱的name了,根据实际情况下就好了,我就先写这三个 data : ['最多','平均','最少' 阅读全文
posted @ 2019-10-19 13:51 苏小白啊 阅读(17905) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 18 下一页