...
|
...
|
@@ -41,6 +41,12 @@ |
|
|
<input class="form-control"name="e" type="text" value="{$list.e}"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th width="120">孕期总能量2300</th>
|
|
|
<td>
|
|
|
<input class="form-control"name="f" type="text" value="{$list.f}"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-offset-2 col-sm-10">
|
...
|
...
|
|