Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
marketing-web
marketing
Commits
0b7d55ef
Commit
0b7d55ef
authored
Aug 13, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式
parent
a4c83815
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
importSendDetail.vue
src/views/message/importSendDetail.vue
+2
-2
No files found.
src/views/message/importSendDetail.vue
View file @
0b7d55ef
...
...
@@ -61,11 +61,11 @@
</
template
>
</el-table-column>
<el-table-column
v-for=
"(v, i) in messageHeader"
:show-overflow-tooltip=
"v.tooltip"
:width=
"v.width"
:min-width=
"v.minWidth"
:align=
"v.align"
:key=
"i"
:prop=
"v.prop"
:label=
"v.label"
:formatter=
"v.formatter"
></el-table-column>
<el-table-column
:min-width=
"80"
align=
"left"
label=
"错误码"
prop=
"errorMsg"
>
<el-table-column
:min-width=
"80"
align=
"left"
label=
"错误码"
prop=
"errorMsg"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.errorMsg == -1"
>
--
</span>
<span
v-else-if=
"scope.row.backStatus == '--' && scope.row.sendStatus !== 2"
>
--
</span>
<el-button
v-else
type=
"text"
@
click=
"errorCodeShow = true"
>
{{
scope
.
row
.
errorMsg
}}
</el-button>
<el-button
style=
"text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%"
v-else
type=
"text"
@
click=
"errorCodeShow = true"
>
{{
scope
.
row
.
errorMsg
}}
</el-button>
</
template
>
</el-table-column>
<el-table-column
:min-width=
"100"
align=
"left"
label=
"上报时间"
prop=
"backTime"
>
...
...
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