正在显示
1 个修改的文件
包含
25 行增加
和
1 行删除
@@ -12,11 +12,35 @@ | @@ -12,11 +12,35 @@ | ||
12 | <div class="col-md-9"> | 12 | <div class="col-md-9"> |
13 | <table class="table table-bordered"> | 13 | <table class="table table-bordered"> |
14 | <tr> | 14 | <tr> |
15 | - <th width="120">孕期总能量<1850</th> | 15 | + <th width="120">孕期总能量1800</th> |
16 | <td> | 16 | <td> |
17 | <input class="form-control" type="text" disabled value="{$list.a}"/> | 17 | <input class="form-control" type="text" disabled value="{$list.a}"/> |
18 | </td> | 18 | </td> |
19 | </tr> | 19 | </tr> |
20 | + <tr> | ||
21 | + <th width="120">孕期总能量1900</th> | ||
22 | + <td> | ||
23 | + <input class="form-control" type="text" disabled value="{$list.b}"/> | ||
24 | + </td> | ||
25 | + </tr> | ||
26 | + <tr> | ||
27 | + <th width="120">孕期总能量2000</th> | ||
28 | + <td> | ||
29 | + <input class="form-control" type="text" disabled value="{$list.c}"/> | ||
30 | + </td> | ||
31 | + </tr> | ||
32 | + <tr> | ||
33 | + <th width="120">孕期总能量2100</th> | ||
34 | + <td> | ||
35 | + <input class="form-control" type="text" disabled value="{$list.d}"/> | ||
36 | + </td> | ||
37 | + </tr> | ||
38 | + <tr> | ||
39 | + <th width="120">孕期总能量2200</th> | ||
40 | + <td> | ||
41 | + <input class="form-control" type="text" disabled value="{$list.e}"/> | ||
42 | + </td> | ||
43 | + </tr> | ||
20 | </table> | 44 | </table> |
21 | <div class="form-group"> | 45 | <div class="form-group"> |
22 | <div class="col-sm-offset-2 col-sm-10"> | 46 | <div class="col-sm-offset-2 col-sm-10"> |
-
请 注册 或 登录 后发表评论