Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue
@@ -8,7 +8,7 @@
            <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick">
              <span slot-scope="{ node, data }" class="el-tree-node__label">
               <span>
                  <i class="el-icon-s-promotion"></i>
                <icon-show :name="data.icon"></icon-show>
                    {{ (node || {}).label }}
                </span>
              </span>