Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e30d5559
authored
Aug 23, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 路径错误
parent
d096e6e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/member/point/record/index.vue
+1
-1
src/views/member/user/components/point-list.vue
+2
-2
No files found.
src/views/member/point/record/index.vue
View file @
e30d5559
...
...
@@ -111,7 +111,7 @@
<
script
lang=
"ts"
setup
>
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'@/utils/dict'
import
{
dateFormatter
}
from
'@/utils/formatTime'
import
*
as
RecordApi
from
'@/api/
/
member/point/record'
import
*
as
RecordApi
from
'@/api/member/point/record'
defineOptions
({
name
:
'PointRecord'
})
...
...
src/views/member/user/components/point-list.vue
View file @
e30d5559
...
...
@@ -99,8 +99,8 @@
<
script
lang=
"ts"
setup
>
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'@/utils/dict'
import
{
dateFormatter
}
from
'@/utils/formatTime'
import
*
as
RecordApi
from
'@/api/
/
member/point/record'
import
{
RecordQueryVO
}
from
'@/api/
/
member/point/record'
import
*
as
RecordApi
from
'@/api/member/point/record'
import
{
RecordQueryVO
}
from
'@/api/member/point/record'
defineOptions
({
name
:
'PointList'
})
const
loading
=
ref
(
true
)
// 列表的加载中
...
...
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