From c62c2103be07d1a5082d56d5cce2f4715f0a803e Mon Sep 17 00:00:00 2001
From: dx <1242347652@qq.com>
Date: Thu, 20 Mar 2025 16:27:21 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/styles/variables.scss | 8 +-
src/views/enterprises/index.vue | 10 -
src/views/task/create copy 2.vue | 4 -
src/views/task/index.vue | 336 +++++++++++++------------------
4 files changed, 145 insertions(+), 213 deletions(-)
diff --git a/src/styles/variables.scss b/src/styles/variables.scss
index 91f085f..dc1c3b9 100644
--- a/src/styles/variables.scss
+++ b/src/styles/variables.scss
@@ -6,7 +6,7 @@ $elNamespace: el;
.el-form--inline {
display: flex;
flex-flow: row wrap;
- gap: 40px;
+ gap: 20px;
margin-bottom: 0;
.el-form-item {
margin-right: 0;
@@ -19,13 +19,17 @@ $elNamespace: el;
.el-table {
border: 1px solid #ebeef5;
+ border-bottom: none;
--el-table-header-bg-color: #f5f7fa;
.el-table__header {
color: #909399;
}
+
}
-.el-pagination--large .btn-next, .el-pagination--large .btn-prev, .el-pagination--large .el-pager li{
+.el-pagination--large .btn-next,
+.el-pagination--large .btn-prev,
+.el-pagination--large .el-pager li {
height: fit-content;
line-height: normal;
}
diff --git a/src/views/enterprises/index.vue b/src/views/enterprises/index.vue
index ee7cca9..38edfeb 100644
--- a/src/views/enterprises/index.vue
+++ b/src/views/enterprises/index.vue
@@ -17,16 +17,6 @@
@keyup.enter="handleQuery"
/>
-
-
-
-
-
-
-
-
-
-
{
const typeMatch = qy ? item.region == qy : 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 69dc0af..f614634 100644
--- a/src/views/task/index.vue
+++ b/src/views/task/index.vue
@@ -1,98 +1,71 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.taskTypeName }}
-
-
-
-
-
-
-
-
-
-
- {{new Set(scope.row.enterpriseIdes?.map(e => e.type)).size }}个区域 ,
- {{scope.row.enterpriseIdes.length}}家企业
-
-
-
-
+
+
+
- {{scope.row.startDate}}
+ >
+
+
+
+ {{ scope.row.taskTypeName }}
+
+
+
+
+
+
+
+
+
+
+ {{ new Set(scope.row.enterpriseIdes?.map((e) => e.type)).size }}个区域 ,
+ {{ scope.row.enterpriseIdes.length }}家企业
+
+
+
+
+ {{ scope.row.startDate }}
{{ getDictLabel(DICT_TYPE.TASK_NOTICE_TIME, scope.row.execCycle) }}
-
-
-
-
-
-
-
-
- 详情
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
-
-
-