Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
845722aa
Commit
845722aa
authored
Jun 11, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:客户余额管理新增编辑备注,优化操作日志
parent
2b17f357
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
src/common/api/user/user.js
+1
-3
src/views/user/balance.vue
+0
-0
No files found.
src/common/api/user/user.js
View file @
845722aa
...
...
@@ -24,9 +24,7 @@ export function customerBalanceDelete(params) {
}
// 客户余额管理 查询全部操作日志
export
function
getLogListApi
(
params
)
{
return
axios
.
post
(
'/business/customerBalanceOptLogs/list?customerBalanceId='
+
params
)
return
axios
.
post
(
'business/customerBalanceOptLogs/list_page'
,
params
)
}
// 客户余额管理 分页查询全部扣费明细
export
function
getChargerRecordsApi
(
params
)
{
...
...
src/views/user/balance.vue
View file @
845722aa
This diff is collapsed.
Click to expand it.
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