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
8eaa929e
Commit
8eaa929e
authored
Aug 21, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d18d6c09
63b7f6b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
8 deletions
+16
-8
allEchart.vue
src/components/FinancialModule/DataAnalysis/allEchart.vue
+2
-2
restaurantRankingList.vue
src/components/Restaurant/restaurantRankingList.vue
+6
-6
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/DataAnalysis/allEchart.vue
View file @
8eaa929e
...
...
@@ -103,9 +103,9 @@
<button
class=
"hollowFixedBtn"
@
click=
"getStatement"
>
{{
$t
(
"pub.searchBtn"
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"exportExcel"
>
<
!--
<
button
class=
"normalBtn"
@
click=
"exportExcel"
>
导出
</button>
</button>
-->
</li>
</ul>
</div>
...
...
src/components/Restaurant/restaurantRankingList.vue
View file @
8eaa929e
...
...
@@ -288,17 +288,17 @@
</el-table-column>
<el-table-column
prop=
"UserNum"
label=
"使用次数"
>
</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
prop=
"PriceNormal
Us
eNum"
label=
"常规团使用人数"
>
<el-table-column
prop=
"PriceNormal
Peopl
eNum"
label=
"常规团使用人数"
>
</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
prop=
"PriceOneDayTrip
Us
eNum"
label=
"小包团使用人数"
>
<el-table-column
prop=
"PriceOneDayTrip
Peopl
eNum"
label=
"小包团使用人数"
>
</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
prop=
"PricePacketGroup
Us
eNum"
label=
"当地游团使用人数"
>
<el-table-column
prop=
"PricePacketGroup
Peopl
eNum"
label=
"当地游团使用人数"
>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<template
slot-scope=
"scope"
>
...
...
src/router/config.js
View file @
8eaa929e
...
...
@@ -1529,6 +1529,14 @@ export default {
title
:
'餐厅使用排行'
},
},
{
path
:
'/domesticRestaurantList'
,
//餐厅使用排行
name
:
'domesticRestaurantList'
,
component
:
resolve
=>
require
([
'@/components/Restaurant/domesticRestaurantList'
],
resolve
),
meta
:
{
title
:
'国内餐厅信息管理'
},
},
{
path
:
'/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