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
fdb00b2e
Commit
fdb00b2e
authored
Mar 30, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a339fd0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
21 deletions
+19
-21
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+19
-21
No files found.
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
fdb00b2e
...
...
@@ -92,29 +92,27 @@
<div
class=
"p20"
>
<span>
操作
</span>
<el-button
@
click
.
native=
'goUrl("RegistrationList", item.TCID,"报名情况")'
type=
"primary"
size=
"mini"
style=
"background:#00C6FF; border-color:#00C6FF"
>
报名情况
</el-button>
<!-- <el-button @click.native='goUrl("RegistrationList", item.TCID,"财务入账")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">财务入账
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"财务审核")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">财务审核
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"修改")' type="primary" size="mini"
style=
"background:#00C6FF; border-color:#00C6FF"
>
修改
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"删除")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">删除
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"包机结算")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">包机结算
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"查看包机团")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">查看包机团
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"添加包机团")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">添加包机团
</el-button> -->
<el-dropdown
trigger=
"click"
>
<span
class=
"el-dropdown-link"
>
更多
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"travelControlDropDown"
>
<el-dropdown-item>
财务入账
</el-dropdown-item>
<el-dropdown-item>
财务审核
</el-dropdown-item>
<el-dropdown-item>
包机结算
</el-dropdown-item>
<el-dropdown-item>
删除
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
</div>
</div>
...
...
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