From ea29e820e30e6f9eefd157a6c359a6fc0b4ee929 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Wed, 17 Apr 2024 10:27:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E9=BB=91=E5=90=8D=E5=8D=95?=
=?UTF-8?q?=E6=94=B9=E6=88=90=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Back.vue | 3 +-
src/components/Panel/index.vue | 9 +-
src/components/StrategyConfirm.vue | 36 ++
src/layout/components/AppSidebar/index.vue | 2 +-
src/styles/index.scss | 15 +-
src/views/Role.vue | 2 +-
src/views/finance/Publish.vue | 2 +-
src/views/product/strategy/150/Detail.vue | 369 +++++++++++++++++++++
src/views/product/strategy/150/Index.vue | 157 +++++++++
src/views/product/strategy/CardList.vue | 37 +--
10 files changed, 580 insertions(+), 52 deletions(-)
create mode 100644 src/components/StrategyConfirm.vue
create mode 100644 src/views/product/strategy/150/Detail.vue
create mode 100644 src/views/product/strategy/150/Index.vue
diff --git a/src/components/Back.vue b/src/components/Back.vue
index d04c8b1..49631ad 100644
--- a/src/components/Back.vue
+++ b/src/components/Back.vue
@@ -12,8 +12,7 @@
diff --git a/src/layout/components/AppSidebar/index.vue b/src/layout/components/AppSidebar/index.vue
index 277fc71..4dcbd6c 100644
--- a/src/layout/components/AppSidebar/index.vue
+++ b/src/layout/components/AppSidebar/index.vue
@@ -31,7 +31,7 @@
- 取消
确定
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 9fa244c..4620657 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -157,19 +157,18 @@ body {
}
}
.dia-btn {
- padding: 11px 26px;
- font-size: 14px;
- line-height: 1;
- color: #fff;
+ @apply py-[11px] px-[26px] text-sm leading-[1] text-white rounded-[18px] cursor-pointer;
background: linear-gradient(-36deg, #006bff, #2ab1ff);
- border-radius: 18px;
- cursor: pointer;
&.cancel {
- font-size: 600;
- color: #333;
+ @apply mr-3 font-semibold text-[#333];
background: #f4f8fc;
}
}
+.model-drawer {
+ .el-drawer__header > :first-child {
+ @apply text-[#333] text-xl font-semibold text-center;
+ }
+}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) {
body {
diff --git a/src/views/Role.vue b/src/views/Role.vue
index a5da7d2..e315d2d 100644
--- a/src/views/Role.vue
+++ b/src/views/Role.vue
@@ -134,7 +134,7 @@
- 取消
确定
diff --git a/src/views/finance/Publish.vue b/src/views/finance/Publish.vue
index 788adac..f24c99e 100644
--- a/src/views/finance/Publish.vue
+++ b/src/views/finance/Publish.vue
@@ -117,7 +117,7 @@
class="px-3 py-2 justify-end">
- 取消
确定
diff --git a/src/views/product/strategy/150/Detail.vue b/src/views/product/strategy/150/Detail.vue
new file mode 100644
index 0000000..1705efc
--- /dev/null
+++ b/src/views/product/strategy/150/Detail.vue
@@ -0,0 +1,369 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ row?.recordChildren[row.span ? 1 : 0]?.name }}
+
+
+
+
+
+
+
万元
+
+
+
+
+ 且近一年
+
+
+
+
+
+
+ 缴纳过社保或公积金
+
+
+ 未婚,且年龄
+
+
+
+
+
+
+ ,
+
+
+
+
+ 固定资产
+
+
+ {{ '命中' + row.name }}
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+ checkRow(e, row)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/strategy/150/Index.vue b/src/views/product/strategy/150/Index.vue
new file mode 100644
index 0000000..d976391
--- /dev/null
+++ b/src/views/product/strategy/150/Index.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+ 批量删除
+
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/strategy/CardList.vue b/src/views/product/strategy/CardList.vue
index 17253c5..44de54c 100644
--- a/src/views/product/strategy/CardList.vue
+++ b/src/views/product/strategy/CardList.vue
@@ -25,20 +25,15 @@