Commit b6857f708caffeb747fb19ef54482caced4c7fbb

Authored by pengyongcheng
1 parent e86355fa

隐藏图标

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>
... ...