Keine Beschreibung

index.html 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <div class="sys_orgapply_index">
  2. <div class="modal-ctrl">
  3. <i class="icon icon-times"></i>
  4. </div>
  5. <div class="container queryForm">
  6. <div class="row">
  7. <div class="col-6" style="display: none">
  8. <div class="form-item text" name="qn"></div><i class="icon icon-search"></i>
  9. </div>
  10. </div>
  11. </div>
  12. <div class="container dt-tpl">
  13. <table class="table table-bordered">
  14. <thead>
  15. <tr>
  16. <th>#</th>
  17. <th>申请时间</th>
  18. <th>申请人ID</th>
  19. <th>申请账户</th>
  20. <th>企业名称</th>
  21. <th>受理状态</th>
  22. <th>操作</th>
  23. </tr>
  24. </thead>
  25. <tbody>
  26. <tr ch-dir="list">
  27. <td>{{-_index}}</td>
  28. <td>{{createTime-showDay}}</td>
  29. <td>{{professorId}}</td>
  30. <td>{{email}}</td>
  31. <td>{{name}}</td>
  32. <td class="hand-dict" dict="solveStatus" code="{{solveStatus}}" ></td>
  33. <td class="table-opt" authApplyId="{{authApplyId}}"><div class="btn opt-auth">
  34. <i class="icon-checked"></i>
  35. 审核
  36. </div></td>
  37. </tr>
  38. </tbody>
  39. <tbody ch-dir="array.empty">
  40. <tr>
  41. <td class="empty-desc" colspan="7">表格暂无数据</td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </div>
  46. </div>