+
+
+
筛选企业
@@ -154,7 +161,7 @@
-
+
{{
getStrDictOptions(DICT_TYPE.ENTERPRISES_AREA).find(
@@ -163,7 +170,7 @@
}}
-
+
{{
scope.row.tagListName &&
@@ -174,30 +181,12 @@
}}
-
+
- {{
- scope.row.tagListName &&
- scope.row.tagListName
- .filter((item) => item.value == 2)
- .map((item) => item.label)
- .join(', ')
- }}
+ {{scope.row.inviterName}} | {{scope.row.inviterNameDept}}
-
-
- {{
- scope.row.tagListName &&
- scope.row.tagListName
- .filter((item) => item.value == 4)
- .map((item) => item.label)
- .join(', ')
- }}
-
-
-
-
+
{
const { enterprisesName, qy, hy, userId } = enterprise.value.queryParams;
-
return list.filter(item => {
if (item.tagList) {
// 名称匹配(模糊查询)
@@ -465,7 +453,12 @@ const filterList = (list: EnterprisesVO[]) => {
// 类型精确匹配
const typeMatch = qy ? item.region == qy : true;
//地区精确匹配
- const hyMatch = hy ? item.tagList.includes(hy) : true
+
+ let test = hy.filter(h => item.tagList.includes(h))
+
+ console.log('test', test)
+
+ const hyMatch = hy ? hy.filter(h => item.tagList.includes(h)) : true
const userIdMatch = userId ? item.userId == userId : true
diff --git a/src/views/task/index.vue b/src/views/task/index.vue
index 108f4c3..69dc0af 100644
--- a/src/views/task/index.vue
+++ b/src/views/task/index.vue
@@ -1,14 +1,14 @@
-
+
-
+
-
-
+
+
+
-
-
+
+
+
+
搜索
重置
+
+
+
- 创建任务
+ 新增
-
导出
-
+ -->
@@ -97,67 +120,28 @@
-
-
-
-
+ {{new Set(scope.row.enterpriseIdes?.map(e => e.type)).size }}个区域 ,
+ {{scope.row.enterpriseIdes.length}}家企业
-
+
+
-
-
-
-
-
-
-
+ >
+
-
-
- {{scope.row.enterpriseIdes.length}}
-
-
+ {{scope.row.startDate}}
+ {{ getDictLabel(DICT_TYPE.TASK_NOTICE_TIME, scope.row.execCycle) }}
+
-
+
-
+
详情
-
- 立即执行
-
-
- 删除
-
-
-
- 审核
-
-
@@ -226,9 +180,8 @@