Browse Source

fix

master
leiyun 3 weeks ago
parent
commit
bce0714054
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      view/admin/common/_sidebar.html

+ 2
- 2
view/admin/common/_sidebar.html View File

@@ -36,8 +36,8 @@
{% if isSuperAdmin or (userPermissions and 'tag' in userPermissions) %}
<div class="menu-group">
<a class="menu-item {% if currentPage == 'sample-type' %}active{% endif %}" href="/admin/sample_type.html">
<span class="menu-icon"><svg viewBox="0 0 1024 1024" width="18" height="18"><path d="M320 128v768h384V128H320zm320 704H384V192h256v640z" fill="currentColor"/><path d="M448 320h128v64H448zm0 128h128v64H448zm0 128h96v64h-96z" fill="currentColor"/></svg></span>
<span>送检样本管理</span>
<span class="menu-icon"><svg viewBox="0 0 1024 1024" width="18" height="18"><path d="M840 192h-56v-72c0-13.3-10.7-24-24-24H264c-13.3 0-24 10.7-24 24v72h-56c-13.3 0-24 10.7-24 24v656c0 13.3 10.7 24 24 24h656c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24zM304 168h416v24H304v-24zm480 680H240V264h544v584z" fill="currentColor"/><path d="M400 440c0-61.9 50.1-112 112-112s112 50.1 112 112-50.1 112-112 112-112-50.1-112-112zm112 48c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48z" fill="currentColor"/><path d="M368 640h288v48H368z" fill="currentColor"/></svg></span>
<span>样本类型</span>
</a>
</div>
{% endif %}


Loading…
Cancel
Save