|
@@ -21,12 +21,14 @@
|
|
|
<input type="radio" name="options" id="option2" autocomplete="off"> 管理标段
|
|
|
</label>
|
|
|
<% } %>
|
|
|
+ <% if (ctx.app.config.is_debug) { %>
|
|
|
<label class="btn btn-sm btn-light <% if (ctx.url === '/list/infoOrg') { %>active<% } %>" onclick="window.location.href='/list/infoOrg'">
|
|
|
<input type="radio" name="options" id="option1" autocomplete="off"> 金额概况(旧)
|
|
|
</label>
|
|
|
<label class="btn btn-sm btn-light <% if (ctx.url === '/list/progressOrg') { %>active<% } %>" onclick="window.location.href='/list/progressOrg'">
|
|
|
<input type="radio" name="options" id="option2" autocomplete="off"> 计量进度(旧)
|
|
|
</label>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--<div class="d-inline-block ml-3">-->
|