From e360f303723d93bf23447a245589dbd7cfb1791f Mon Sep 17 00:00:00 2001
From: wangxia <779219182@qq.com>
Date: Tue, 24 Oct 2023 18:50:10 +0800
Subject: [PATCH] 1
---
src/api/userinfo.js | 14 +++++
src/components/FirstJob/joblist.vue | 8 +--
src/components/merchantManagement/memberInfo.vue | 72 ++++++++++++----------
.../merchantManagement/notificationCenter.vue | 50 +++++++++++----
.../merchantManagement/roleManagement.vue | 2 +-
.../usercenter/components/dataStatistics.vue | 21 ++++---
src/style/index.less | 7 ++-
7 files changed, 111 insertions(+), 63 deletions(-)
diff --git a/src/api/userinfo.js b/src/api/userinfo.js
index aad7acc..1555957 100644
--- a/src/api/userinfo.js
+++ b/src/api/userinfo.js
@@ -276,4 +276,18 @@ export function delMemberGroupApi (data) {
url: "/yishoudan/agency/team/del/" + data,
method: "get",
});
+}
+// 成员管理分组下移
+export function moveGroupNextApi (data) {
+ return request({
+ url: "/yishoudan/agency/team/next/" + data,
+ method: "get",
+ });
+}
+// 成员管理分组上移
+export function moveGroupPrevApi (data) {
+ return request({
+ url: "/yishoudan/agency/team/prev/" + data,
+ method: "get",
+ });
}
\ No newline at end of file
diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue
index 7f02c3f..a6fb40f 100644
--- a/src/components/FirstJob/joblist.vue
+++ b/src/components/FirstJob/joblist.vue
@@ -47,7 +47,7 @@
-
+
+
@@ -59,8 +59,8 @@
修改名称
删除
-
上移
-
下移
+
上移
+
下移
@@ -69,14 +69,14 @@
-
{{modalTitle ? modalTitle : selectedKeys[0] == 'all' ? '全部成员(19人)':selectedKeys[0] + '(8人)' }}
+
{{ selectedKeys[0] == 'all' ? '全部成员(19人)':selectedKeys[0] + '(8人)' }}
添加成员
@@ -186,7 +186,7 @@
取消
- 确定
+ 确定
@@ -226,26 +226,18 @@
{{item.teamName}}
-
- 修改
- 删除
-
-
e.preventDefault()" @click="[addGroupShow = true,isEdit = false]">添加新部门
+
-
+
{{item.teamName}}
-
- 修改
- 删除
-
-
e.preventDefault()" @click="[addGroupShow = true,isEdit = false]">添加新部门
+
@@ -291,7 +283,7 @@
diff --git a/src/components/merchantManagement/roleManagement.vue b/src/components/merchantManagement/roleManagement.vue
index a45b64c..45e63b6 100644
--- a/src/components/merchantManagement/roleManagement.vue
+++ b/src/components/merchantManagement/roleManagement.vue
@@ -57,7 +57,7 @@
@@ -143,15 +143,15 @@
共{{ contentListSearchForm.total }}条,跳至
页
-
-->
+ -->
明细
-
@@ -990,6 +990,9 @@ table {
/deep/ .searchbox {
display: flex;
justify-content: space-between;
+ .searchinput {
+ width: 100%;
+ }
// padding-bottom: 14px;
}
.leftMenu {
@@ -1181,7 +1184,7 @@ td:empty:before {
}
/deep/.searchinput {
width: 326px;
- margin-bottom: 16px;
+ // margin-bottom: 16px;
position: relative;
}
diff --git a/src/style/index.less b/src/style/index.less
index c1a6a6c..fd22626 100644
--- a/src/style/index.less
+++ b/src/style/index.less
@@ -281,7 +281,7 @@ i {
margin-left: 6px;
}
.ml4 {
- margin-left: 4px;
+ margin-left: 4px !important;
}
.mr6 {
margin-right: 6px;
@@ -724,7 +724,7 @@ i {
border-radius: 4px;
text-align: center;
box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
- padding: 0 16px 10px 16px;
+ padding: 0 12px 10px 16px;
> div {
padding: 16px;
text-align: center;
@@ -737,6 +737,7 @@ i {
display: flex;
padding: 12px 0;
font-size: 14px;
+ align-items: center;
// font-weight: bold;
justify-content: space-between;
border-bottom: 1px solid #eee;
@@ -762,7 +763,7 @@ i {
border-radius: 17px;
color: #1890ff;
font-size: 14px;
- line-height: 32px;
+ line-height: 30px;
background-color: #fff;
cursor: pointer;
&:hover {