Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
51ed8bd6
Commit
51ed8bd6
authored
Sep 17, 2019
by
chenjundi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改赠品菜单名
parent
e14b38c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
dialog.vue
src/components/giftConfig/dialog.vue
+0
-0
index.vue
src/components/giftConfig/index.vue
+1
-1
index.vue
src/components/giftDeliverRecord/index.vue
+0
-0
menuList.js
src/util/menuList.js
+10
-10
No files found.
src/components/gitConfig/dialog.vue
→
src/components/gi
f
tConfig/dialog.vue
View file @
51ed8bd6
File moved
src/components/gitConfig/index.vue
→
src/components/gi
f
tConfig/index.vue
View file @
51ed8bd6
...
...
@@ -41,7 +41,7 @@
<el-table-column
prop=
"stock_num"
label=
"库存数量"
></el-table-column>
<el-table-column
prop=
"get_num"
label=
"领取数量"
>
<
template
slot-scope=
"scope"
>
<router-link
class=
"get_num"
:to=
"
{name:'gitDeliverRecord', query: { id: scope.row.id}}" >
<router-link
class=
"get_num"
:to=
"
{name:'gi
f
tDeliverRecord', query: { id: scope.row.id}}" >
{{
scope
.
row
.
get_num
}}
</router-link>
</
template
>
...
...
src/components/gitDeliverRecord/index.vue
→
src/components/gi
f
tDeliverRecord/index.vue
View file @
51ed8bd6
File moved
src/util/menuList.js
View file @
51ed8bd6
...
...
@@ -538,23 +538,23 @@ export default [
}
},
{
value
:
'赠品配置'
,
routerName
:
'gitConfig'
,
path
:
'/gitConfig'
,
routerName
:
'gi
f
tConfig'
,
path
:
'/gi
f
tConfig'
,
cover
:
'6-5'
,
router
:
{
path
:
'/gitConfig'
,
name
:
'gitConfig'
,
component
:
e
=>
require
([
'@/components/gitConfig'
],
e
),
path
:
'/gi
f
tConfig'
,
name
:
'gi
f
tConfig'
,
component
:
e
=>
require
([
'@/components/gi
f
tConfig'
],
e
),
}
},
{
value
:
'赠品领取记录'
,
routerName
:
'gitDeliverRecord'
,
path
:
'/gitDeliverRecord'
,
routerName
:
'gi
f
tDeliverRecord'
,
path
:
'/gi
f
tDeliverRecord'
,
cover
:
'6-6'
,
router
:
{
path
:
'/gitDeliverRecord'
,
name
:
'gitDeliverRecord'
,
component
:
e
=>
require
([
'@/components/gitDeliverRecord'
],
e
),
path
:
'/gi
f
tDeliverRecord'
,
name
:
'gi
f
tDeliverRecord'
,
component
:
e
=>
require
([
'@/components/gi
f
tDeliverRecord'
],
e
),
}
}
]
...
...
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