-
{{ selectedKeys[0] == 'all' ? `全部成员(${totalGroupNum}人)`:selectedKeys[0] + `(${subGroupNum}人)` }}
+
{{ selectedKeys[0] == 'all' ? `团队成员(${totalNum}人)`:selectedKeys[0] + `(${subGroupNum}人)` }}
添加成员
@@ -108,7 +98,7 @@
-
+
{{ record.aliasName || record.userName }}
@@ -251,13 +241,21 @@
-
-
-
- {{item.label}}
+
+
+
+ {{item.roleName}}
+
+
+
+
+
+
+ {{item.roleName}}
+
+
+
+
@@ -56,10 +72,147 @@ export default {
// this.pageSize = pageSize;
// }
},
+ isspinning:false,
+ contentList: [
+ {
+ mark: '测试标题',
+ desp: '测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容',
+ cjr: '测试创建人',
+ fbsj: '2023-10-26 21:00',
+ status: 0,
+ },
+ {
+ mark: '测试标题',
+ desp: '测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容',
+ cjr: '测试创建人',
+ fbsj: '2023-10-26 21:00',
+ status: 0,
+ },
+ {
+ mark: '测试标题',
+ desp: '测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容',
+ cjr: '测试创建人',
+ fbsj: '2023-10-26 21:00',
+ status: 0,
+ },
+ {
+ mark: '测试标题',
+ desp: '测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容',
+ cjr: '测试创建人',
+ fbsj: '2023-10-26 21:00',
+ status: 0,
+ },
+ ],
}
},
// 计算属性
- computed: {},
+ computed: {
+ columns() {
+ const columns = [
+ {
+ title: '排序',
+ dataIndex: 'index',
+ key: 'index',
+ customRender: (text, row, index) => {
+ if (row.children) {
+ return ''
+ } else {
+ return index + 1
+ }
+ },
+ // ellipsis: true,
+ width: 60,
+ },
+ {
+ title: '标题',
+ dataIndex: 'mark',
+ key: 'mark',
+ scopedSlots: { customRender: 'mark' },
+ ellipsis: true,
+ width: 300,
+ },
+ // {
+ // title: '角色',
+ // dataIndex: 'role',
+ // key: 'role',
+ // width: 100,
+ // ellipsis: true,
+ // },
+ {
+ title: '内容',
+ dataIndex: 'desp',
+ key: 'desp',
+ // width: 100,
+ // filters: this.groupList,
+ // customRender: (text, row, index) => {
+ // let text1
+ // this.groupList.forEach((item) => {
+ // if (item.id == text) {
+ // text1 = item.teamName
+ // }
+ // })
+ // return text1
+ // },
+ ellipsis: true,
+ },
+ // {
+ // title: '权限',
+ // dataIndex: 'permission',
+ // key: 'permission',
+ // ellipsis: true,
+ // },
+ {
+ title: '创建人',
+ dataIndex: 'cjr',
+ key: 'cjr',
+ // sorter: (a, b) => a.userApplyOrder.localeCompare(b.userApplyOrder),
+ scopedSlots: { customRender: 'cjr' },
+ ellipsis: true,
+
+ // sortOrder: sortedInfo.columnKey == "userApplyOrder" && sortedInfo.order,
+ // ellipsis: true,
+ width: 90,
+ },
+ {
+ title: '发布时间',
+ dataIndex: 'fbsj',
+ key: 'fbsj',
+ // sorter: (a, b) => a.userApplyOrder.localeCompare(b.userApplyOrder),
+ scopedSlots: { customRender: 'fbsj' },
+ ellipsis: true,
+
+ // sortOrder: sortedInfo.columnKey == "userApplyOrder" && sortedInfo.order,
+ // ellipsis: true,
+ width: 160,
+ },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ key: 'status',
+ // sorter: (a, b) => a.userApplyOrder.localeCompare(b.userApplyOrder),
+ scopedSlots: { customRender: 'status' },
+ ellipsis: true,
+
+ // sortOrder: sortedInfo.columnKey == "userApplyOrder" && sortedInfo.order,
+ // ellipsis: true,
+ width: 70,
+ },
+ {
+ title: '操作',
+ dataIndex: 'setting',
+ key: 'setting',
+ // sorter: (a, b) => a.userApplyOrder.localeCompare(b.userApplyOrder),
+ scopedSlots: { customRender: 'setting' },
+ ellipsis: true,
+
+ // sortOrder: sortedInfo.columnKey == "userApplyOrder" && sortedInfo.order,
+ // ellipsis: true,
+ width: 130,
+ },
+ ]
+ return columns
+ },
+ },
// 侦听器
watch: {},
// 生命周期钩子 注:没用到的钩子请自行删除
@@ -81,12 +234,46 @@ export default {
// this.gitBillList()
// }
},
+ resetsearch() {},
+ onChange() {},
},
}
diff --git a/src/components/merchantManagement/orderList.vue b/src/components/merchantManagement/orderList.vue
index ff4bd13..dc69afd 100644
--- a/src/components/merchantManagement/orderList.vue
+++ b/src/components/merchantManagement/orderList.vue
@@ -1,5 +1,5 @@
-
+
@@ -55,5 +55,9 @@ export default {
diff --git a/src/components/merchantManagement/qiwei.vue b/src/components/merchantManagement/qiwei.vue
index ae8888e..ee5ec2e 100644
--- a/src/components/merchantManagement/qiwei.vue
+++ b/src/components/merchantManagement/qiwei.vue
@@ -1,5 +1,5 @@
-
+
@@ -55,5 +55,9 @@ export default {
diff --git a/src/components/merchantManagement/roleManagement.vue b/src/components/merchantManagement/roleManagement.vue
index 2c6256b..daa2e60 100644
--- a/src/components/merchantManagement/roleManagement.vue
+++ b/src/components/merchantManagement/roleManagement.vue
@@ -1,5 +1,5 @@
-
+
@@ -12,37 +12,34 @@
{{secondBreadcrumb}}
-
+
{{secondBreadcrumb || '角色管理'}}
-
+
添加角色
-
+
-
-
+
角色信息
-
+
@@ -53,7 +50,7 @@
在
-
+
{{item.roleName}}
+
-
-
-
-
-
- 登录
+ 注册/登录
-
+
+ 进入稻田
+
+
{{ userbaseInfo.userName }}
-
@@ -163,18 +155,10 @@
-
-
+ -->
@@ -634,6 +618,7 @@ export default {
.titleSlogan {
position: absolute;
left: 50%;
+ top: -6px;
// padding-top: 32px;
transform: translateX(-50%);
z-index: 9;
@@ -641,10 +626,11 @@ export default {
font-size: 120px;
}
div {
- width: 68px;
- height: 26px;
+ // width: 68px;
+ height: 32px;
+ padding: 0 16px;
font-size: 14px;
- line-height: 24px;
+ line-height: 30px;
text-align: center;
border-radius: 999px;
cursor: pointer;
@@ -663,7 +649,7 @@ export default {
/deep/ .pagetitle {
background-color: #f0f0f0;
padding: 0;
- height: 48px;
+ height: 64px;
display: flex;
align-items: center;
// height: 32px;
@@ -671,7 +657,8 @@ export default {
// font-size: 16px;
.titleactive {
// font-size: 18px;
- font-weight: normal;
+ font-weight: bold;
+ // font-weight: normal;
color: #ff4400;
}
.w {
@@ -681,14 +668,14 @@ export default {
// line-height: 36px;
.titleTag {
- font-size: 14px;
+ font-size: 16px;
display: flex;
margin-left: 150px;
li {
- font-weight: 400;
- color: #333;
- margin-right: 24px;
- line-height: 48px;
+ font-weight: normal;
+ color: #666;
+ margin-right: 32px;
+ line-height: 64px;
// text-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.05);
a {
diff --git a/src/views/merchantBack.vue b/src/views/merchantBack.vue
index 117716b..ce54727 100644
--- a/src/views/merchantBack.vue
+++ b/src/views/merchantBack.vue
@@ -1,90 +1,105 @@