Commit b6857f708caffeb747fb19ef54482caced4c7fbb
1 parent
e86355fa
隐藏图标
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/views/system/modules/UserRoleModal.vue
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | :expandedKeys="expandedKeysss" |
24 | 24 | :checkStrictly="checkStrictly"> |
25 | 25 | <span slot="hasDatarule" slot-scope="{slotTitle,ruleFlag}"> |
26 | - {{ slotTitle }}<a-icon type="align-left" style="margin-left:5px;color: red;"></a-icon> | |
26 | + {{ slotTitle }}<a-icon v-if="ruleFlag" type="align-left" style="margin-left:5px;color: red;"></a-icon> | |
27 | 27 | </span> |
28 | 28 | </a-tree> |
29 | 29 | </a-form-item> |
... | ... |