diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index 85b8d885..ac6bb284 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -71,7 +71,7 @@ - {{ $t('query') }} + {{ $t('query') }} diff --git a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue index 418be3f7..663d940a 100644 --- a/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue +++ b/back/src/views/modules/myAgent/demo/ability-resource-shelf.vue @@ -36,6 +36,7 @@

审批

+ 转办 同意 驳回 -->
+ - + \ No newline at end of file diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index b43fc8c8..ff73deae 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -513,7 +513,7 @@ 预览 - + - {{ `(请申请后在我的申请中预览视频)` }} + {{ `(请申请后在我的申请中观看视频)` }} @@ -2263,14 +2263,14 @@ if (index) { itemData = selectedList.value[index] } - let msg = '请申请后在我的申请中预览视频!' + let msg = '请申请后在我的申请中观看视频!' if ( (itemData && itemData.status != 1) || (rowClickData.value && rowClickData.value.status != 1) ) { msg = '当前视频离线不可预览!' } else { - msg = '请申请后在我的申请中预览视频!' + msg = '请申请后在我的申请中观看视频!' } message.warning(msg) } diff --git a/front/src/views/newHome/components/CapabilityConvergence.vue b/front/src/views/newHome/components/CapabilityConvergence.vue index 8e3d9c3a..5cfa10e3 100644 --- a/front/src/views/newHome/components/CapabilityConvergence.vue +++ b/front/src/views/newHome/components/CapabilityConvergence.vue @@ -8,40 +8,74 @@
组件服务
-
+
{{ item.name + '-' + item.num + '项' }}
查看更多
应用资源
-
+
{{ item.name + '-' + item.num + '项' }}
查看更多
基础设施
-
- {{ item.name + '-' + item.num + '项' }} +
+ {{ + item.name + + '-' + + item.num + + (item.name == '会客厅' + ? '间' + : item.name == '视频会议' + ? '个' + : '项') + }}
查看更多
数据资源
-
+
{{ index + 1 }}-{{ item.name }}
查看更多
知识库
-
+
{{ index + 1 }}-{{ item.name }}
查看更多
@@ -51,436 +85,432 @@
diff --git a/front/src/views/personalCenter/components/addApplication.vue b/front/src/views/personalCenter/components/addApplication.vue index d347ae86..47331e43 100644 --- a/front/src/views/personalCenter/components/addApplication.vue +++ b/front/src/views/personalCenter/components/addApplication.vue @@ -9,83 +9,38 @@
申请人信息
- +
- - + + - - + + - - + +
需求信息
- - + + - - + + 基础设施 数据资源 组件服务 @@ -94,50 +49,24 @@ - - + + + - - + + " v-model:value="formName.demandDetails" /> - - - + + + "> 文件上传 @@ -188,8 +103,7 @@ - + " type="primary" html-type="cancle" @click="signOut"> 退出申请 - + " type="primary" html-type="submit" @click="processStartHandle()"> 提交申请 @@ -234,7 +139,7 @@

您已成功申请{{ - formName.demandSubject || '' + formName.demandSubject || '' }},请耐心等待审批结果,结果会第一时间通知您!

@@ -245,250 +150,248 @@