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
a27248ff
Commit
a27248ff
authored
Oct 29, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6b355857
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+13
-4
No files found.
src/components/ShoppingStore/ShoppingStore.vue
View file @
a27248ff
...
...
@@ -754,10 +754,19 @@
<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>
<td>
{{
item
.
GuideExtract
}}
</td>
<td>
{{
item
.
PICExtract
}}
</td>
<td
:class=
"
{'redType':item.GroupExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
content=
"已存在相同数据"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
GroupExtract
}}
</span></el-tooltip>
</td>
<td
:class=
"
{'redType':item.LeaderExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
content=
"已存在相同数据"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
LeaderExtract
}}
</span></el-tooltip></td>
<td
:class=
"
{'redType':item.GuideExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
content=
"已存在相同数据"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
GuideExtract
}}
</span></el-tooltip>
</td>
<td
:class=
"
{'redType':item.PICExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
content=
"已存在相同数据"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
PICExtract
}}
</span></el-tooltip></td>
<td>
{{
item
.
Rate
}}
</td>
<td
:class=
"
{'redType':item.CurrencyExist==-1}">
<span>
{{
item
.
Currency
}}
</span></td>
<td>
{{
item
.
Remarks
}}
</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