-
-
-
- 添加
-
+
+
+
+
+
-
- 红色、橙色字体表示禁用状态 (右击资源进行操作)
-
-
-
-
-
-
-
- 【
- {{ data.name }}
- {{ data.name }}
- 】
- {{ data.children.length }}
-
-
- 【
- {{ data.name }}
- 】
-
-
-
-
-
+
+
+ 红色、橙色字体表示禁用状态 (右击资源进行操作)
+
+
+
+
+
+
+
+
+
+ 【
+ {{ data.name }}
+ {{ data.name }}
+ 】
+ {{ data.children.length }}
+
+
+ 【
+ {{ data.name }}
+ 】
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ currentResource.name }}
+ {{ currentResource.code }}
+
+
+
+
+ {{ currentResource.meta.routeName }}
+
+
+ {{ currentResource.meta.component }}
+
+
+ {{ currentResource.meta.isKeepAlive ? '是' : '否' }}
+
+
+ {{ currentResource.meta.isHide ? '是' : '否' }}
+
+
+ {{ currentResource.meta.isAffix ? '是' : '否' }}
+
+
+ {{ currentResource.meta.linkType ? '是' : '否' }}
+
+
+ {{ currentResource.meta.link }}
+
+
+ {{ currentResource.creator }}
+ {{ dateFormat(currentResource.createTime) }}
+ {{ currentResource.modifier }}
+ {{ dateFormat(currentResource.updateTime) }}
+
+
+
+
+
+
-
-
-
- {{ EnumValue.getLabelByValue(ResourceTypeEnum, infoDialog.data.type) }}
-
- {{ infoDialog.data.name }}
- {{ infoDialog.data.code }}
-
-
-
-
- {{ infoDialog.data.meta.routeName }}
-
-
- {{ infoDialog.data.meta.component }}
-
-
- {{ infoDialog.data.meta.isKeepAlive ? '是' : '否' }}
-
-
- {{ infoDialog.data.meta.isHide ? '是' : '否' }}
-
-
- {{ infoDialog.data.meta.isAffix ? '是' : '否' }}
-
-
- {{ infoDialog.data.meta.linkType ? '是' : '否' }}
-
-
- {{ infoDialog.data.meta.link }}
-
-
- {{ infoDialog.data.creator }}
- {{ dateFormat(infoDialog.data.createTime) }}
- {{ infoDialog.data.modifier }}
- {{ dateFormat(infoDialog.data.updateTime) }}
-
-
-