From 002cbdd6f0df9a94d3cfaf73e1fce33f892e4c5c Mon Sep 17 00:00:00 2001
From: gongjiale <942894820@qq.com>
Date: Fri, 21 Oct 2022 09:39:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=BD=E5=8A=9B=E4=B8=8A?=
=?UTF-8?q?=E6=9E=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/modules/abilityStatistics/index.vue | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue
index b517f017..3d07f6d4 100644
--- a/back/src/views/modules/abilityStatistics/index.vue
+++ b/back/src/views/modules/abilityStatistics/index.vue
@@ -59,13 +59,17 @@
类型:
-
+
+
+
+
+
+
-
{{ $t('query') }}
@@ -348,6 +352,14 @@ export default {
{ name: '应用资源', value: 5 },
{ name: '会议室', value: 6 }
], // 类型备选列表
+ typeOptions1: [//能力上架隐藏会议室
+ { name: '智能算法', value: 1 },
+ { name: '图层服务', value: 2 },
+ { name: '通用开发组件', value: 3 },
+ { name: '页面开发组件', value: 4 },
+ { name: '应用资源', value: 5 },
+
+ ], // 类型备选列表
detailFlag: false, // 明细返回按钮显示标志位
startDate: '', // 开始时间
endDate: '' // 结束时间