Browse Source

默认勾选含变更

MaiXinRong 7 months ago
parent
commit
8ddbb22d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/view/shares/tender_select_modal.ejs

+ 1 - 1
app/view/shares/tender_select_modal.ejs

@@ -28,7 +28,7 @@
                                 <label class="form-check-label" for="ts-ignore">以本标段清单为准</label>
                             </div>
                             <div class="form-check form-check-inline">
-                                <input class="form-check-input" type="checkbox" id="ts-change">
+                                <input class="form-check-input" type="checkbox" id="ts-change" checked>
                                 <label class="form-check-label" for="ts-change">含变更</label>
                             </div>
                         </div>