|
|
@@ -21,8 +21,8 @@ |
|
|
|
></image> |
|
|
|
|
|
|
|
<!-- 名称 --> |
|
|
|
<text class="tree-item-title">{{ name }}</text> |
|
|
|
<!-- <text class="tree-item-title">{{ name + (mobile ? '(' +mobile + ')' : "") }}</text> --> |
|
|
|
<!-- <text class="tree-item-title">{{ name }}</text> --> |
|
|
|
<text class="tree-item-title">{{ name + (mobile ? '(' +mobile + ')' : "") }}</text> |
|
|
|
|
|
|
|
<!-- 非用户,显示后置标题 --> |
|
|
|
<l-tag v-if="root.type !== 'user' || staffTag" :line="tagColor" size="sm" class="margin-left-sm"> |
|
|
|