{% extends "base.html" %} {% block content %}
| ID | 岗位名称 | 描述 | 类型 | 操作 |
|---|---|---|---|---|
| {{ pos.id }} | {{ pos.name }} {% if pos.is_system == 1 %} 🔒 系统 {% endif %} | {{ pos.description or '-' }} | {% if pos.is_system == 1 %} 内置岗位 {% else %} 自定义 {% endif %} | {% if pos.is_system == 0 %} {% else %} {% endif %} |
| 暂无岗位 | ||||