diff --git a/back/src/views/modules/ability/knowledgeBase.vue b/back/src/views/modules/ability/knowledgeBase.vue new file mode 100644 index 00000000..7e1575e6 --- /dev/null +++ b/back/src/views/modules/ability/knowledgeBase.vue @@ -0,0 +1,565 @@ + + + + + diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue index c2aa0bca..182dc009 100644 --- a/back/src/views/modules/myAgent/demo/competency-application.vue +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-29 15:59:51 * @LastEditors: Light - * @LastEditTime: 2022-11-24 20:45:45 + * @LastEditTime: 2022-11-28 11:28:43 * @Description: 告诉大家这是什么 --> @@ -531,7 +531,7 @@ export default { // 任务处理出错回调 taskHandleErrorCallback (data) { }, download (data) { - this.downloadFile(data.attachment, '附件') + this.downloadFile(data.attachment, '感知资源申请表') // const alink = document.createElement('a') // alink.download = '附件' // 文件名,大部分浏览器兼容,IE10及以下不兼容 // // alink.href = data.attachment // 创建 url地址 diff --git a/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue index 955f18f6..7f5a4620 100644 --- a/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue +++ b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue @@ -82,6 +82,11 @@ js: {{item.dictLabel}} --> +
+ + +
+ + + + \ No newline at end of file diff --git a/back/src/views/modules/sys/user.vue b/back/src/views/modules/sys/user.vue index 9aa1ffc8..e8a9c784 100644 --- a/back/src/views/modules/sys/user.vue +++ b/back/src/views/modules/sys/user.vue @@ -41,6 +41,9 @@ 重置 + + 审核权限配置检查 + @@ -87,6 +90,8 @@ + + @@ -94,11 +99,14 @@ + diff --git a/front/src/views/assertReport/components/ReservoirLeft.vue b/front/src/views/assertReport/components/ReservoirLeft.vue index e5f4bf46..9293804a 100644 --- a/front/src/views/assertReport/components/ReservoirLeft.vue +++ b/front/src/views/assertReport/components/ReservoirLeft.vue @@ -6,78 +6,24 @@
组件资源
-
共节省XX万元
+
共节省{{componetsData.total}}万元
-
+
-
智能算法
+
{{item.resourceType}}
节省
-
123万元
+
{{item.applyPrice }}万元
数量
-
123个
+
{{item.resourceAmount}}个
共申请
-
123次
-
-
-
-
-
-
图层服务
-
-
-
节省
-
123万元
-
-
-
数量
-
123个
-
-
-
共申请
-
123次
-
-
-
-
-
-
开发组件
-
-
-
节省
-
123万元
-
-
-
数量
-
123个
-
-
-
共申请
-
123次
-
-
-
-
-
-
业务组件
-
-
-
节省
-
123万元
-
-
-
数量
-
123个
-
-
-
共申请
-
123次
+
{{item.applyCount}}次
@@ -89,7 +35,7 @@
应用资源
-
共节省XX万元
+
共节省{{resoureData.total}}万元
排行 @@ -98,15 +44,18 @@ 次数 贡献金额
-
+
{{ index + 1 }} - - {{ item.name }} + + {{ item.resourceName }} - {{ item.count || 0 }} - {{ item.count || 0 }} - {{ item.count || 0 }} + + + {{ item.deptName }} + + {{ item.applyCount || 0 }} + {{ item.applyPrice || 0 }}
@@ -116,15 +65,15 @@
基础设施
-
共节省XX万元
+
共节省{{infrastructureData.total}}万元
-
- 会客厅 +
+ {{item.resourceName}} 节省 - 453 + {{item.applyPrice}} 万元
@@ -137,12 +86,13 @@ - diff --git a/front/src/views/assertReport/components/ReservoirThumbnail.vue b/front/src/views/assertReport/components/ReservoirThumbnail.vue index 5b2e504a..bdb885fc 100644 --- a/front/src/views/assertReport/components/ReservoirThumbnail.vue +++ b/front/src/views/assertReport/components/ReservoirThumbnail.vue @@ -1,8 +1,8 @@ - diff --git a/front/src/views/assertReport/image/xing2.png b/front/src/views/assertReport/image/xing2.png new file mode 100644 index 00000000..b5fd56e7 Binary files /dev/null and b/front/src/views/assertReport/image/xing2.png differ diff --git a/front/src/views/assertReport/index.vue b/front/src/views/assertReport/index.vue index 56c5f211..cec6c06e 100644 --- a/front/src/views/assertReport/index.vue +++ b/front/src/views/assertReport/index.vue @@ -1,177 +1,103 @@ - diff --git a/front/src/views/capabilityCloud/components/ComponentServices.vue b/front/src/views/capabilityCloud/components/ComponentServices.vue index 1660dc9a..2e9abef5 100644 --- a/front/src/views/capabilityCloud/components/ComponentServices.vue +++ b/front/src/views/capabilityCloud/components/ComponentServices.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-19 10:15:33 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-06 16:21:24 + * @LastEditTime: 2022-11-29 17:39:20 * @Description: 能力云图-组件服务 -->