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
5e232e92
Commit
5e232e92
authored
Aug 23, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5ced60ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+12
-0
No files found.
src/components/orderCommon/productOrderList.vue
View file @
5e232e92
...
@@ -829,6 +829,18 @@
...
@@ -829,6 +829,18 @@
item.VisaOPName === "" ? "未设置" : item.VisaOPName
item.VisaOPName === "" ? "未设置" : item.VisaOPName
}}</i>
}}</i>
</p> -->
</p> -->
<p>
<span>
签证OP
</span>
<span
class=
"TCL-redType"
>
{{item.VisaOPName}}
</span>
</p>
<
template
v-if=
"item.VisaAssistantList&&item.VisaAssistantList.length>0"
>
<p
>
<span>
签证助理OP
</span>
<template
v-for=
"(subItem,subIndex) in item.VisaAssistantList"
>
<span
:key=
"subIndex"
style=
"padding-right:3px;"
>
{{
subItem
}}
</span>
</
template
>
</p>
</template>
<p
style=
"color:red;"
>
<p
style=
"color:red;"
>
<span>
{{ $t("visa.v_sqtime") }}
</span><i>
{{
<span>
{{ $t("visa.v_sqtime") }}
</span><i>
{{
item.SendVisaTime === "" ? "未设置" : item.SendVisaTime
item.SendVisaTime === "" ? "未设置" : item.SendVisaTime
...
...
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