record.js 721 B

1234567891011121314151617181920212223242526272829303132333435
  1. new Vue({
  2. el: "#app",
  3. data: {
  4. // code: "record",
  5. // records: [{
  6. // time: "2017年11月11日 13:13:13",
  7. // photo: "../image/touxiang.jpg",
  8. // doctor: "张三",
  9. // zhiwu: "主任医生",
  10. // keshi: "骨科",
  11. // yiyuan: "上饶医院",
  12. // othertime: "2018-04-04上午",
  13. // othertime1: "第2号,07:50",
  14. // bingren: "李花花",
  15. // id: "1",
  16. // }, {
  17. // time: "2017年11月11日 13:13:13",
  18. // photo: "../image/touxiang.jpg",
  19. // doctor: "张三",
  20. // zhiwu: "主任医生",
  21. // keshi: "骨科",
  22. // yiyuan: "上饶医院",
  23. // othertime: "2018-04-04上午",
  24. // othertime1: "第2号,07:50",
  25. // bingren: "李花花",
  26. // id: "1",
  27. // }, ]
  28. },
  29. mounted: function() {
  30. },
  31. methods: {
  32. }
  33. });