作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

接口

... ... @@ -12,11 +12,35 @@
<div class="col-md-9">
<table class="table table-bordered">
<tr>
<th width="120">孕期总能量<1850</th>
<th width="120">孕期总能量1800</th>
<td>
<input class="form-control" type="text" disabled value="{$list.a}"/>
</td>
</tr>
<tr>
<th width="120">孕期总能量1900</th>
<td>
<input class="form-control" type="text" disabled value="{$list.b}"/>
</td>
</tr>
<tr>
<th width="120">孕期总能量2000</th>
<td>
<input class="form-control" type="text" disabled value="{$list.c}"/>
</td>
</tr>
<tr>
<th width="120">孕期总能量2100</th>
<td>
<input class="form-control" type="text" disabled value="{$list.d}"/>
</td>
</tr>
<tr>
<th width="120">孕期总能量2200</th>
<td>
<input class="form-control" type="text" disabled value="{$list.e}"/>
</td>
</tr>
</table>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
... ...