
jeecg-boot-ui
小lv哥
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jeecg-boot ui怎么把查看的时候赋值时间控件
这是一个时间控件,我们采用v-model 进行双向绑定 在renturn 里进行声明 进行添加的时候 时间控件直接得到的值是这种格式的 我们进行转换 formData.acceptDate = this.acceptDate ? this.acceptDate.format('YYYY-MM-DD HH:mm:ss') : null //时间转换 在赋值到控件上去的时候,也需要转换...原创 2019-11-14 16:05:48 · 1061 阅读 · 0 评论 -
jeecgBoot 开发前端组件
实现这种类型的组件 1 表头 <a-row type="flex" style="margin-bottom:10px" :gutter="16"> <a-col :span="5">客户名</a-col> <a-col :span="5">性别</a-col> ...原创 2019-11-12 20:00:41 · 4699 阅读 · 0 评论 -
jeecg-boot前端学习总结(一)
这个控件样式的制作和使用 首先是一个表格 <a-table :columns="columns" :dataSource="data" :pagination="false" > </a-table> 表格行定义 columns: [ { ...原创 2019-11-10 13:14:50 · 2933 阅读 · 0 评论