|
@@ -24,10 +24,20 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
<p>
|
|
|
- <a th:if="${order.status eq -1}" href="#" class="btn-blue y" >已预约</a>
|
|
|
- <a th:if="${order.status eq 0}" href="#" class="btn-blue y" >已签到</a>
|
|
|
- <a th:if="${order.status eq 1}" href="#" class="btn-blue y" >体检结束(报告生成中)</a>
|
|
|
- <a th:if="${order.status eq 2}" th:attr="href='http://kunlun.pacsonline.cn/public/api.php/shop/reportDetails?id=' + ${order.id}" class="btn-blue y" target="_blank" >查看报告</a>
|
|
|
+ <a th:if="${order.status eq -1}" href="#" class="btn-blue y">已预约</a>
|
|
|
+ <a th:if="${order.status eq -99}" href="#" class="btn-blue y">已删除</a>
|
|
|
+ <a th:if="${order.status eq 0}" href="#" class="btn-blue y">已签到</a>
|
|
|
+ <a th:if="${order.status eq 1}" href="#" class="btn-blue y">报告生成中</a>
|
|
|
+ <a th:if="${order.status eq 4}" href="#" class="btn-blue y">报告生成中</a>
|
|
|
+ <a th:if="${order.status eq 5}" href="#" class="btn-blue y">报告生成中</a>
|
|
|
+ <a th:if="${order.status eq 7}" href="#" class="btn-blue y">报告生成中</a>
|
|
|
+
|
|
|
+ <a th:if="${order.status eq 2}"
|
|
|
+ th:attr="href='http://kunlun.pacsonline.cn/public/api.php/shop/reportDetails?id=' + ${order.id}"
|
|
|
+ class="btn-blue y" target="_blank">查看报告</a>
|
|
|
+ <a th:if="${order.status eq 6}"
|
|
|
+ th:attr="href='http://kunlun.pacsonline.cn/public/api.php/shop/reportDetails?id=' + ${order.id}"
|
|
|
+ class="btn-blue y" target="_blank">查看报告</a>
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|