Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
9df0c8c2
Commit
9df0c8c2
authored
Jul 20, 2023
by
xiaoman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
钱币记录
parent
182a50dd
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
214 additions
and
46 deletions
+214
-46
src/api/business/category.js
src/api/business/category.js
+8
-0
src/views/goods/components/selectImageDialog.vue
src/views/goods/components/selectImageDialog.vue
+1
-1
src/views/goods/infoSet.vue
src/views/goods/infoSet.vue
+1
-1
src/views/mall/dealRecord.vue
src/views/mall/dealRecord.vue
+204
-44
No files found.
src/api/business/category.js
View file @
9df0c8c2
...
@@ -54,6 +54,14 @@ export function deleteCategory(data) {
...
@@ -54,6 +54,14 @@ export function deleteCategory(data) {
})
})
}
}
export
function
editDealRecord
(
data
)
{
return
request
({
url
:
'
/bidrecord/update
'
,
method
:
'
post
'
,
data
})
}
export
function
getCategory
(
query
)
{
export
function
getCategory
(
query
)
{
return
request
({
return
request
({
url
:
'
/category/getSubCategory
'
,
url
:
'
/category/getSubCategory
'
,
...
...
src/views/goods/components/selectImageDialog.vue
View file @
9df0c8c2
...
@@ -84,7 +84,7 @@ export default {
...
@@ -84,7 +84,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"
le
ss"
scoped
>
<
style
lang=
"
sc
ss"
scoped
>
.list
{
.list
{
width
:
720px
;
width
:
720px
;
.select_item
{
.select_item
{
...
...
src/views/goods/infoSet.vue
View file @
9df0c8c2
...
@@ -468,7 +468,7 @@ export default {
...
@@ -468,7 +468,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"
le
ss"
scoped
>
<
style
lang=
"
sc
ss"
scoped
>
/
deep
/
.vue-picture-cut_default-menu
{
/
deep
/
.vue-picture-cut_default-menu
{
height
:
0px
;
height
:
0px
;
inset
:
0px
0px
0px
!
important
;
inset
:
0px
0px
0px
!
important
;
...
...
src/views/mall/dealRecord.vue
View file @
9df0c8c2
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