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
6f71e395
Commit
6f71e395
authored
Jul 26, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加团购编辑页面
parent
ffecd10b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
521 additions
and
2 deletions
+521
-2
src/router/index.js
src/router/index.js
+13
-0
src/views/sale/groupAdd.vue
src/views/sale/groupAdd.vue
+506
-0
src/views/sale/groupList.vue
src/views/sale/groupList.vue
+2
-2
No files found.
src/router/index.js
View file @
6f71e395
...
@@ -486,6 +486,19 @@ export const asyncRouterMap = [
...
@@ -486,6 +486,19 @@ export const asyncRouterMap = [
keepAlive
:
true
keepAlive
:
true
}
}
},
},
{
path
:
'
groupAdd
'
,
component
:
()
=>
import
(
'
@/views/sale/groupAdd
'
),
name
:
'
groupAdd
'
,
meta
:
{
perms
:
[],
title
:
'
商品编辑
'
,
icon
:
'
logininfor
'
,
noCache
:
true
,
keepAlive
:
true
},
hidden
:
true
},
{
{
path
:
'
auctionList
'
,
path
:
'
auctionList
'
,
component
:
()
=>
import
(
'
@/views/sale/auctionList
'
),
component
:
()
=>
import
(
'
@/views/sale/auctionList
'
),
...
...
src/views/sale/groupAdd.vue
0 → 100644
View file @
6f71e395
This diff is collapsed.
Click to expand it.
src/views/sale/groupList.vue
View file @
6f71e395
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
fit
fit
highlight-current-row
>
highlight-current-row
>
<!--
<el-table-column
align=
"center"
label=
"排行"
width=
"100px"
type=
"index"
/>
-->
<!--
<el-table-column
align=
"center"
label=
"排行"
width=
"100px"
type=
"index"
/>
-->
<el-table-column
align=
"center"
min-width=
"100px"
prop=
"id"
label=
"商品ID"
/>
<el-table-column
align=
"center"
min-width=
"100px"
prop=
"id"
label=
"商品ID"
fixed=
"left"
/>
<el-table-column
align=
"center"
label=
"封面图"
prop=
"itemImg"
>
<el-table-column
align=
"center"
label=
"封面图"
prop=
"itemImg"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
class=
"image_preview"
>
<div
class=
"image_preview"
>
...
@@ -198,7 +198,7 @@ export default {
...
@@ -198,7 +198,7 @@ export default {
* 详情
* 详情
*/
*/
handleToDetail
(
item
)
{
handleToDetail
(
item
)
{
this
.
$router
.
push
({
path
:
'
/sale/
sale
Add
'
,
query
:
{
id
:
item
.
id
}}
)
this
.
$router
.
push
({
path
:
'
/sale/
group
Add
'
,
query
:
{
id
:
item
.
id
}}
)
}
,
}
,
/**
/**
* 删除
* 删除
...
...
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