Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
498b21cc
Commit
498b21cc
authored
Jul 30, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 更改字段
parent
b05dbb6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
syncHistory.vue
src/views/apps/customerApp/syncHistory.vue
+2
-2
No files found.
src/views/apps/customerApp/syncHistory.vue
View file @
498b21cc
...
...
@@ -58,8 +58,8 @@
<el-dialog
:visible
.
sync=
"failDialog"
:close-on-click-modal=
"false"
title=
"同步失败明细"
width=
"500px"
custom-class=
"sync-fail"
>
<span>
温馨提示:仅展示同步失败的会员
</span>
<el-table
:data=
"memberSyncData"
class=
"m-b-20 m-t-20"
v-loading=
"memberLoading"
>
<el-table-column
prop=
"
n
ame"
label=
"会员姓名"
></el-table-column>
<el-table-column
prop=
"
failR
eason"
label=
"会员同步失败原因"
></el-table-column>
<el-table-column
prop=
"
memberN
ame"
label=
"会员姓名"
></el-table-column>
<el-table-column
prop=
"
r
eason"
label=
"会员同步失败原因"
></el-table-column>
</el-table>
<el-pagination
small
layout=
"prev, pager, next"
style=
"margin: 0 0 10px 0;text-align:right"
:total=
"memberSyncTotal"
:current-page=
"memberSyncPageNum"
:page-size=
"5"
@
current-change=
"memberSyncCurrentChange"
/>
<el-button
type=
"primary"
class=
"close-btn"
@
click=
"failDialog = false"
>
关闭
</el-button>
...
...
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