Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
e8ecf8ca
Commit
e8ecf8ca
authored
Aug 21, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
161e7b96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
restaurantRankingList.vue
src/components/Restaurant/restaurantRankingList.vue
+6
-6
config.js
src/router/config.js
+8
-0
No files found.
src/components/Restaurant/restaurantRankingList.vue
View file @
e8ecf8ca
...
@@ -288,17 +288,17 @@
...
@@ -288,17 +288,17 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"UserNum"
label=
"使用次数"
>
<el-table-column
prop=
"UserNum"
label=
"使用次数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PriceNormal
Peopl
eNum"
label=
"常规团使用次数"
>
<el-table-column
prop=
"PriceNormal
Us
eNum"
label=
"常规团使用次数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PriceNormal
Us
eNum"
label=
"常规团使用人数"
>
<el-table-column
prop=
"PriceNormal
Peopl
eNum"
label=
"常规团使用人数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PriceOneDayTrip
Peopl
eNum"
label=
"小包团使用次数"
>
<el-table-column
prop=
"PriceOneDayTrip
Us
eNum"
label=
"小包团使用次数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PriceOneDayTrip
Us
eNum"
label=
"小包团使用人数"
>
<el-table-column
prop=
"PriceOneDayTrip
Peopl
eNum"
label=
"小包团使用人数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PricePacketGroup
Peopl
eNum"
label=
"当地游团使用次数"
>
<el-table-column
prop=
"PricePacketGroup
Us
eNum"
label=
"当地游团使用次数"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"PricePacketGroup
Us
eNum"
label=
"当地游团使用人数"
>
<el-table-column
prop=
"PricePacketGroup
Peopl
eNum"
label=
"当地游团使用人数"
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
src/router/config.js
View file @
e8ecf8ca
...
@@ -1529,6 +1529,14 @@ export default {
...
@@ -1529,6 +1529,14 @@ export default {
title
:
'餐厅使用排行'
title
:
'餐厅使用排行'
},
},
},
},
{
path
:
'/domesticRestaurantList'
,
//餐厅使用排行
name
:
'domesticRestaurantList'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/domesticRestaurantList'
],
resolve
),
meta
:
{
title
:
'国内餐厅信息管理'
},
},
{
{
path
:
'/demesticRestaurantInfoManage'
,
//国内餐厅信息管理
path
:
'/demesticRestaurantInfoManage'
,
//国内餐厅信息管理
name
:
'demesticRestaurantInfoManage'
,
name
:
'demesticRestaurantInfoManage'
,
...
...
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