The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
A Vue.js 2.0 UI Toolkit for Web
此项目已经迁移到了 x-spreadsheet https://github.com/myliang/x-spreadsheet
fish-admin is simple development boilerplate based on fish-ui
tiny file storage
the web javascript form designer
vue excel
A Vue.js 2.0 Chart
省市区县乡镇三级或四级城市数据,带拼音标注、坐标、行政区域边界范围;2019年11月05日最新采集,综合了中华人民共和国民政部、国家统计局、高德地图、腾讯地图行政区划数据;提供csv格式文件,支...
projects
#2 楼 @chaucerling 我试一试
#1 楼 @ripple 这个写法可以,但是复杂了,需要多行代码?
#1 楼 @liwei78 thx
在 User 添加如下代码:
class User < ActiveRecord::Base belongs_to :role, counter_cache: true def active_for_authentication? super && self.state == -1 end end
@fumesy 太感谢了,学习了,%>_<%