|
@@ -35,7 +35,9 @@
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ <% if (!stage.readOnly) { %>
|
|
|
<button type="button" class="btn btn-primary" id="choose-ok">重新生成</button>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -66,7 +68,9 @@
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ <% if (!stage.readOnly) { %>
|
|
|
<button type="button" class="btn btn-primary" id="choose2-ok">确定</button>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -115,7 +119,9 @@
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ <% if (!stage.readOnly) { %>
|
|
|
<button type="button" class="btn btn-primary" >确认</button>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|