|
@@ -536,8 +536,8 @@
|
|
|
<div class="col">
|
|
|
<div class="form-group mb-0">
|
|
|
<div class="form-check">
|
|
|
- <input class="form-check-input" type="checkbox" id="funcheckbox02" value="option2" checked>
|
|
|
- <label class="form-check-label" for="funcheckbox02">开启</label>
|
|
|
+ <input class="form-check-input" type="checkbox" id="funcheckbox03" value="option2" checked>
|
|
|
+ <label class="form-check-label" for="funcheckbox03">开启</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -549,8 +549,8 @@
|
|
|
<div class="col">
|
|
|
<div class="form-group mb-0">
|
|
|
<div class="form-check">
|
|
|
- <input class="form-check-input" type="checkbox" id="funcheckbox03" value="option2" checked>
|
|
|
- <label class="form-check-label" for="funcheckbox03">开启</label>
|
|
|
+ <input class="form-check-input" type="checkbox" id="funcheckbox04" value="option2" checked>
|
|
|
+ <label class="form-check-label" for="funcheckbox04">开启</label>
|
|
|
<span class="mx-3"><small>开启后,前台配置用户权限后方可显示</small></span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -563,14 +563,28 @@
|
|
|
<div class="col">
|
|
|
<div class="form-group mb-0">
|
|
|
<div class="form-check">
|
|
|
- <input class="form-check-input" type="checkbox" id="funcheckbox04" value="option2" checked>
|
|
|
- <label class="form-check-label" for="funcheckbox04">开启</label>
|
|
|
+ <input class="form-check-input" type="checkbox" id="funcheckbox05" value="option2" checked>
|
|
|
+ <label class="form-check-label" for="funcheckbox05">开启</label>
|
|
|
+ <span class="mx-3"><small>开启后,前台配置用户权限后方可显示</small></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-2 pr-0">资金监管</div>
|
|
|
+ <div class="col">
|
|
|
+ <div class="form-group mb-0">
|
|
|
+ <div class="form-check">
|
|
|
+ <input class="form-check-input" type="checkbox" id="funcheckbox06" value="option2" checked>
|
|
|
+ <label class="form-check-label" for="funcheckbox06">开启</label>
|
|
|
<span class="mx-3"><small>开启后,前台配置用户权限后方可显示</small></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </li>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<!--标段管理-->
|