moduleManager.html 668 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>模块维护</title>
  8. </head>
  9. <body>
  10. <div class="container">
  11. 模块维护
  12. <table>
  13. <thead>
  14. <th class="moduleName">模块名称</th>
  15. <th class="moduleScore">分数</th>
  16. </thead>
  17. <tbody>
  18. </tbody>
  19. </table>
  20. <div class="saveModule">保存</div>
  21. <div id="dialog" title="基本的对话框">
  22. </div>
  23. </div>
  24. </body>
  25. </html>