|
@@ -10,14 +10,14 @@
|
|
|
<i class="fa fa-list-ol"></i> 显示层级
|
|
|
</button>
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
|
|
- <a class="dropdown-item" name="showLevel" tag="1" href="javascirpt: void(0);">第一层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="2" href="javascirpt: void(0);">第二层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="3" href="javascirpt: void(0);">第三层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="4" href="javascirpt: void(0);">第四层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="5" href="javascirpt: void(0);">第五层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="last" href="javascirpt: void(0);">最底层</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="leafXmj" href="javascirpt: void(0);">只显示项目节</a>
|
|
|
- <a class="dropdown-item" name="showLevel" tag="curMeasure" href="javascirpt: void(0);">只显示本期计量</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="1" href="javascript: void(0);">第一层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="2" href="javascript: void(0);">第二层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="3" href="javascript: void(0);">第三层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="4" href="javascript: void(0);">第四层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="5" href="javascript: void(0);">第五层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="last" href="javascript: void(0);">最底层</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="leafXmj" href="javascript: void(0);">只显示项目节</a>
|
|
|
+ <a class="dropdown-item" name="showLevel" tag="curMeasure" href="javascript: void(0);">只显示本期计量</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|