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
3b093efc
Commit
3b093efc
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f83c4374
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
visaOrderList.vue
src/components/SalesVisa/components/visaOrderList.vue
+4
-3
CommissionDetail.vue
src/components/administrative/CommissionDetail.vue
+8
-1
No files found.
src/components/SalesVisa/components/visaOrderList.vue
View file @
3b093efc
...
@@ -633,9 +633,10 @@
...
@@ -633,9 +633,10 @@
@
click=
"goUrl2('VisapassengerList',item.id,'旅客名单')"
>
{{
x
.
userName
}}
</span>
@
click=
"goUrl2('VisapassengerList',item.id,'旅客名单')"
>
{{
x
.
userName
}}
</span>
</div>
</div>
</div>
</div>
<div
v-if=
"(pagesTitle=='OP'&&!item.remark)||item.remark"
>
<!-- v-if="(pagesTitle=='OP'&&!item.remark)||item.remark" -->
{{
$t
(
'pub.pubRemark'
)
}}
:
{{
item
.
remark
}}
<div>
<el-tooltip
v-if=
"pagesTitle=='OP'"
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.UpRemarks')"
{{
$t
(
'pub.pubRemark'
)
}}
:
{{
item
.
remark
?
item
.
remark
:
'-'
}}
<el-tooltip
v-if=
"pagesTitle=='OP'||pagesTitle=='销售'"
class=
"item"
effect=
"dark"
:content=
"$t('salesModule.UpRemarks')"
placement=
"top-start"
>
placement=
"top-start"
>
<i
class=
"el-icon-edit cursor-pointer c059FF6 mx"
@
click=
'getDetail(item,true)'
></i>
<i
class=
"el-icon-edit cursor-pointer c059FF6 mx"
@
click=
'getDetail(item,true)'
></i>
</el-tooltip>
</el-tooltip>
...
...
This diff is collapsed.
Click to expand it.
src/components/administrative/CommissionDetail.vue
View file @
3b093efc
...
@@ -7,7 +7,14 @@
...
@@ -7,7 +7,14 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<v-table
v-if=
"isReady"
is-horizontal-resize
column-width-drag
style=
"width:100%"
:columns=
"columns"
:table-data=
"dataList"
:filter-method=
"filterMethod"
:total=
"total"
:pageSize=
"msg.pageSize"
:pageIndex=
"msg.pageIndex"
:handleCurrentChange=
"handleCurrentChange"
:multiple-sort=
"multipleSort"
:is-loading=
"loading"
sort-always
@
sort-change=
"sortChange"
@
on-custom-comp=
"customCompFunc"
></v-table>
<template
v-if=
"isReady"
>
<v-table
is-horizontal-resize
column-width-drag
style=
"width:100%"
:columns=
"columns"
:table-data=
"dataList"
:filter-method=
"filterMethod"
:total=
"total"
:pageSize=
"msg.pageSize"
:pageIndex=
"msg.pageIndex"
:handleCurrentChange=
"handleCurrentChange"
:multiple-sort=
"multipleSort"
:is-loading=
"loading"
sort-always
@
sort-change=
"sortChange"
@
on-custom-comp=
"customCompFunc"
></v-table>
</
template
>
<div
style=
"height:20px;"
>
</div>
<div
style=
"height:20px;"
>
</div>
</div>
</div>
</template>
</template>
...
...
This diff is collapsed.
Click to expand it.
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