wufan.quick_book.book_list

book list for back


Keywords
wufan, book, list
License
MIT
Install
bower install wufan.quick_book.book_list

Documentation

wufan.quick_book.book_list

1引入 book_list .css .html .js三个文件 2标签使用 参数须知 a. book-type传入的是预定的类型,Array格式.默认是['订台','订房','所有']; b. table-title传入的是查询表格的表头.Array格式,默认是['类别','时间','姓名','电话','状态']; c. clients-model传入客户的信息,JSON格式的Array,无默认数据, 例如当

   var clients=[client1,client2,.....];

   var client1={
      bookType:"订台",
      bookTime:"14645454658"//时间戳 暂时未处理
      name:"赵云",
      tel:"13588889999",
      status:"取消",//"已定","所有"
   }