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

接口

@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 <th>状态</th> 46 <th>状态</th>
47 <th>孕前体重</th> 47 <th>孕前体重</th>
48 <th>较孕前增长</th> 48 <th>较孕前增长</th>
49 - <th>剩余配额</th> 49 + <!--<th>剩余配额</th>-->
50 <th>操作</th> 50 <th>操作</th>
51 </tr> 51 </tr>
52 </thead> 52 </thead>
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 <td>{$vo.mobile}</td> 65 <td>{$vo.mobile}</td>
66 <td>{$vo.weight}kg</td> 66 <td>{$vo.weight}kg</td>
67 <php>$week=ceil((time()-$vo['register_time'])/(60*60*24));</php> 67 <php>$week=ceil((time()-$vo['register_time'])/(60*60*24));</php>
68 - <td>{$vo['pregnant_week']}+{$week}</td> 68 + <td>{$vo['pregnant_week']}+{$week}</td>
69 <php> 69 <php>
70 $bmi= sprintf('%.1f', $vo['before_weight']/(pow($vo['height']/100,2))); 70 $bmi= sprintf('%.1f', $vo['before_weight']/(pow($vo['height']/100,2)));
71 if($bmi<=18.5){ 71 if($bmi<=18.5){
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 <th>状态</th> 105 <th>状态</th>
106 <th>孕前体重</th> 106 <th>孕前体重</th>
107 <th>较孕前增长</th> 107 <th>较孕前增长</th>
108 - <th>剩余配额</th> 108 + <!--<th>剩余配额</th>-->
109 <th>操作</th> 109 <th>操作</th>
110 </tr> 110 </tr>
111 </tfoot> 111 </tfoot>