Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
cust_web
Commits
363cf322
Commit
363cf322
authored
Dec 27, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善控制台
parent
638a4901
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
150 additions
and
355 deletions
+150
-355
memInfo.js
src/api/contentManagement/memInfo.js
+23
-0
control.vue
src/views/controlPlatform/control.vue
+126
-354
index.vue
src/views/operationsManagement/member/info/index.vue
+1
-1
No files found.
src/api/contentManagement/memInfo.js
View file @
363cf322
...
...
@@ -74,3 +74,26 @@ export function getPrivateInfo(businessId) {
params
:
{
businessId
:
businessId
}
})
}
// 8. 获取未审核动态列表
export
function
listArticle
(
query
)
{
return
request
({
url
:
'/memInfo/listArticle'
,
method
:
'get'
,
params
:
query
})
}
export
function
getPeopleNumber
(
query
)
{
return
request
({
url
:
'/memInfo/getPeopleNumber'
,
method
:
'get'
,
params
:
{
firstDay
:
query
.
firstDay
,
lastDay
:
query
.
lastDay
}
})
}
export
function
getArticle
(
query
)
{
return
request
({
url
:
'/memInfo/getArticle'
,
method
:
'get'
,
params
:
{
date
:
query
.
date
}
})
}
src/views/controlPlatform/control.vue
View file @
363cf322
This diff is collapsed.
Click to expand it.
src/views/operationsManagement/member/info/index.vue
View file @
363cf322
...
...
@@ -517,7 +517,7 @@
</div>
<!-- 按钮区 -->
<div
class=
"btn-box"
>
<el-button
v-if=
"controls.isOperation !== '3'"
style=
"width: 80px; height: 40px;font-size: 16px;"
@
click=
"submit"
>
保存
</el-button>
<el-button
v-if=
"controls.isOperation !== '3'"
type=
"primary"
style=
"width: 80px; height: 40px;font-size: 16px;"
@
click=
"submit"
>
保存
</el-button>
<el-button
style=
"width: 80px; height: 40px;font-size: 16px;"
@
click=
"goBack"
>
返回
</el-button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment