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
5d72a898
Commit
5d72a898
authored
Dec 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增投票管理页面
parent
183fc3b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
index.vue
src/components/index.vue
+5
-1
config.js
src/router/config.js
+8
-0
No files found.
src/components/index.vue
View file @
5d72a898
...
...
@@ -1125,6 +1125,8 @@
</div>
</div>
</div>
<!-- 投票 -->
<Voting
v-show=
"false"
></Voting>
</div>
</template>
...
...
@@ -1144,6 +1146,7 @@ import { setInterval, clearInterval } from 'timers';
import
saleRnk
from
"./SalesModule/saleRnk"
;
import
commissonBill
from
'./commonPage/commissonBill'
;
import
commissionDetail
from
"./commonPage/commissionDetail.vue"
;
import
Voting
from
"../components/administrative/model/Voting"
;
export
default
{
components
:
{
ChatList
,
...
...
@@ -1152,7 +1155,8 @@ export default {
VueDraggableResizable
,
saleRnk
,
commissonBill
,
commissionDetail
commissionDetail
,
Voting
},
data
()
{
return
{
...
...
src/router/config.js
View file @
5d72a898
...
...
@@ -787,6 +787,14 @@ export default {
title
:
'人员考核'
},
},
{
path
:
'/VotingManagement'
,
//投票管理
name
:
'VotingManagement'
,
component
:
resolve
=>
require
([
'@/components/administrative/VotingManagement'
],
resolve
),
meta
:
{
title
:
'投票管理'
},
},
{
path
:
'/hotelmanagement'
,
//酒店管理
name
:
'HotelManagement'
,
...
...
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