123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>模块维护</title>
-
- </head>
- <body>
- <div class="container">
- 模块维护
- <table>
- <thead>
- <th class="moduleName">模块名称</th>
- <th class="moduleScore">分数</th>
- </thead>
- <tbody>
- </tbody>
- </table>
- <div class="saveModule">保存</div>
- <div id="dialog" title="基本的对话框">
- </div>
- </div>
- </body>
- </html>
|