...
|
...
|
@@ -46,7 +46,7 @@ |
|
|
<th>状态</th>
|
|
|
<th>孕前体重</th>
|
|
|
<th>较孕前增长</th>
|
|
|
<th>剩余配额</th>
|
|
|
<!--<th>剩余配额</th>-->
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
...
|
...
|
@@ -65,7 +65,7 @@ |
|
|
<td>{$vo.mobile}</td>
|
|
|
<td>{$vo.weight}kg</td>
|
|
|
<php>$week=ceil((time()-$vo['register_time'])/(60*60*24));</php>
|
|
|
<td>{$vo['pregnant_week']}+{$week}</td>
|
|
|
<td>{$vo['pregnant_week']}+{$week}天</td>
|
|
|
<php>
|
|
|
$bmi= sprintf('%.1f', $vo['before_weight']/(pow($vo['height']/100,2)));
|
|
|
if($bmi<=18.5){
|
...
|
...
|
@@ -105,7 +105,7 @@ |
|
|
<th>状态</th>
|
|
|
<th>孕前体重</th>
|
|
|
<th>较孕前增长</th>
|
|
|
<th>剩余配额</th>
|
|
|
<!--<th>剩余配额</th>-->
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
</tfoot>
|
...
|
...
|
|