lrf402788946 0a6e4f8a3d update 5 年之前
..
README.md 0a6e4f8a3d update 5 年之前
admin-menu.vue 9067e82070 init 5 年之前
breadcrumb.vue 9067e82070 init 5 年之前
data-table.vue 9067e82070 init 5 年之前
detail-frame.vue 9067e82070 init 5 年之前
fw-admin.vue 9067e82070 init 5 年之前
list-frame.vue 0a6e4f8a3d update 5 年之前
navBar.vue 9067e82070 init 5 年之前
scroll-page.vue 9067e82070 init 5 年之前
scrollBar.vue 9067e82070 init 5 年之前

README.md

  • list-frame:
    • props:{
      • title:String 标题名
      • filter:Array 搜索条件的数组 {
        • label:显示查询的字符,
        • model:数据库字段,
        • type: 搜索类型 default=> String; select
        • list: 如果是select类型,需要将选项放置list字段中 [{label,value}] }
      • totalRow: Number 数据总数
      • needPag: 是否需要分页
      • returns: 有,则会出现后退标题
      • needFilter: 是否需要查询 }