|
@@ -17,7 +17,7 @@
|
|
|
<% if (ctx.tender.data.build_status === buildStatus.status.build) { %>
|
|
|
<div class="d-inline-block">
|
|
|
在建状态:在建中
|
|
|
- <% if (ctx.tender.isTourist) { %>
|
|
|
+ <% if (!ctx.tender.isTourist) { %>
|
|
|
<% if (canFinish) { %>
|
|
|
<a href="#mod-status" data-toggle="modal" data-target="#mod-status" class="btn btn-primary btn-sm ml-2">修改状态</a>
|
|
|
<% } else { %>
|
|
@@ -28,7 +28,7 @@
|
|
|
<% } else { %>
|
|
|
<div class="d-inline-block ml-2">
|
|
|
在建状态:已完工
|
|
|
- <% if (ctx.tender.isTourist) { %>
|
|
|
+ <% if (!ctx.tender.isTourist) { %>
|
|
|
<a href="#mod-status1" data-toggle="modal" data-target="#mod-status2" class="btn btn-primary btn-sm ml-2">修改状态</a>
|
|
|
<% } %>
|
|
|
</div>
|