zs b85e083276 修改输入框提示 hace 2 meses
..
menu 1c98f2479f update hace 3 años
navBar ce58fa84d2 删除修改密码及bug hace 1 año
README.md c1af60c623 更新 'layout/admin/README.md' hace 4 años
admin-menu.vue 28c63c2363 验收修改 hace 11 meses
breadcrumb.vue 9067e82070 init hace 4 años
detail-frame.vue 900239e297 update hace 4 años
fw-admin.vue 9838251bc0 update hace 4 años
list-frame.vue b85e083276 修改输入框提示 hace 2 meses
navBar.vue fda6b81ac1 添加对学校用户的限制:没有学校编码时,不允许使用任何接口 hace 3 meses
scroll-page.vue 9067e82070 init hace 4 años
scrollBar.vue 27546e7acb bug:自己赋值给自己 hace 1 año

README.md

list-frame:

prop

参数 类型 默认值 是否必填 说明
title String - card的标题
needFilter Boolean true 是否使用搜索框
filter Array [] 搜索框的数组,见filter内容
needPag Boolean true 是否使用分页
total Number 0 数据总数,分页使用
needAdd Boolean true 是否使用添加按钮
returns any null 返回按钮指向的位置
filter内容
参数 类型 默认值 是否必填 说明
label String - 搜索的内容提示
model String - 字段名
type String input 搜索的模式,默认输入,可选:select 选择

slot

插槽名 说明
title card标题自定义写,不包括add按钮
filter 搜索位置
options filter中如果有select,需要用options插槽把选项拿出来