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
70cc5b30
Commit
70cc5b30
authored
Jul 22, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
601e10e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+7
-3
No files found.
src/components/ShoppingStore/ShoppingStore.vue
View file @
70cc5b30
...
...
@@ -164,7 +164,7 @@
border-top
:
1px
solid
#d1d1d1
;
display
:
none
;
overflow-x
:
auto
;
width
:
86
%
;
width
:
92
%
;
overflow-y
:
auto
;
position
:
fixed
;
background
:
#f9f9f9
;
...
...
@@ -715,8 +715,10 @@
<th
width=
"120"
>
{{
$t
(
'visa.v_tuanhao'
)
}}
</th>
<th
width=
"170"
>
{{
$t
(
'ground.dm'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'ground.jdsj'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'ground.dymc'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'fnc.ldmingcheng'
)
}}
</th>
<th
width=
"80"
>
团配导游
</th>
<th
width=
"80"
>
团配领队
</th>
<th
width=
"80"
>
导入导游
</th>
<th
width=
"80"
>
导入领队
</th>
<th
width=
"80"
>
{{
$t
(
'ground.gwze'
)
}}
</th>
<th
width=
"100"
>
{{
$t
(
'ground.gsyj'
)
}}
</th>
<th
width=
"80"
>
{{
$t
(
'ground.ldyj'
)
}}
</th>
...
...
@@ -749,6 +751,8 @@
</span>
</span>
</td>
<td>
{{
item
.
ImportGuideName
}}
<span
v-if=
"item.IsErrorData==1 && item.GuideName != item.ImportGuideName"
style=
"color:red"
>
[有误]
</span></td>
<td>
{{
item
.
ImportLeaderName
}}
<span
v-if=
"item.IsErrorData==1 && item.LeaderName != item.ImportLeaderName"
style=
"color:red"
>
[有误]
</span></td>
<td>
{{
item
.
TotalPrice
}}
</td>
<td>
{{
item
.
GroupExtract
}}
</td>
<td>
{{
item
.
LeaderExtract
}}
</td>
...
...
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