Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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-4
Commits
9f53efac
Commit
9f53efac
authored
Jul 31, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改日志
parent
75022501
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
audit-log.vue
src/views/business/audit-log.vue
+3
-3
sync-log.vue
src/views/business/sync-log.vue
+6
-6
No files found.
src/views/business/audit-log.vue
View file @
9f53efac
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-07-3
0 19:32:32
* @LastEditTime: 2020-07-3
1 16:48:57
-->
<
template
>
<div
class=
"my-customer-wrap common-set-wrap"
>
...
...
@@ -76,8 +76,8 @@
</el-table-column>
<el-table-column
prop=
""
label=
"审核时间"
>
<
template
slot-scope=
"scope"
>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
timeStampToYmd
}}
{{
!
scope
.
row
.
createTime
?
'--'
:
''
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
timeStampToHms
}}
{{
!
scope
.
row
.
createTime
?
'--'
:
''
}}
</div>
<div
class=
"line-
h-
18"
>
{{
scope
.
row
.
createTime
|
timeStampToYmd
}}
{{
!
scope
.
row
.
createTime
?
'--'
:
''
}}
</div>
<div
class=
"line-
h-
18"
>
{{
scope
.
row
.
createTime
|
timeStampToHms
}}
{{
!
scope
.
row
.
createTime
?
'--'
:
''
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
width=
"203"
>
...
...
src/views/business/sync-log.vue
View file @
9f53efac
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-07-31 16:
29:23
* @LastEditTime: 2020-07-31 16:
49:37
-->
<
template
>
<div
class=
"my-customer-wrap common-set-wrap"
>
...
...
@@ -42,13 +42,13 @@
trigger=
"hover"
>
<div>
<div
class=
"flex flex-space-between"
>
<span
class=
"font-14 color-606266"
>
姓名
</span><span
class=
"font-14 color-
606266
"
>
{{
scope
.
row
.
clerkName
||
'--'
}}
(
{{
scope
.
row
.
sex
==
1
?
'男'
:
'女'
}}
)
</span>
<span
class=
"font-14 color-606266"
>
姓名
</span><span
class=
"font-14 color-
303133
"
>
{{
scope
.
row
.
clerkName
||
'--'
}}
(
{{
scope
.
row
.
sex
==
1
?
'男'
:
'女'
}}
)
</span>
</div>
<div
class=
"flex flex-space-between"
>
<span
class=
"font-14 color-606266"
>
手机号
</span><span
class=
"font-14 color-
606266
"
>
{{
scope
.
row
.
nationCode
||
'--'
}}
-
{{
scope
.
row
.
clerkPhoneNumber
||
'--'
}}
</span>
<span
class=
"font-14 color-606266"
>
手机号
</span><span
class=
"font-14 color-
303133
"
>
{{
scope
.
row
.
nationCode
||
'--'
}}
-
{{
scope
.
row
.
clerkPhoneNumber
||
'--'
}}
</span>
</div>
<div
class=
"flex flex-space-between"
>
<span
class=
"font-14 color-606266"
>
所在门店
</span><span
class=
"font-14 color-
606266
"
>
{{
scope
.
row
.
storeName
||
'--'
}}
</span>
<span
class=
"font-14 color-606266"
>
所在门店
</span><span
class=
"font-14 color-
303133
"
>
{{
scope
.
row
.
storeName
||
'--'
}}
</span>
</div>
</div>
<span
class=
"common-bottom-border"
slot=
"reference"
>
{{
scope
.
row
.
clerkName
||
'--'
}}
(
{{
scope
.
row
.
clerkCode
||
'--'
}}
)
</span>
...
...
@@ -63,8 +63,8 @@
</el-table-column>
<el-table-column
prop=
""
label=
"更新时间"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<div
class=
"line-18"
>
{{
scope
.
row
.
updateTime
|
timeStampToYmd
}}
{{
!
scope
.
row
.
updateTime
?
'--'
:
''
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
updateTime
|
timeStampToHms
}}
{{
!
scope
.
row
.
updateTime
?
'--'
:
''
}}
</div>
<div
class=
"line-
h-
18"
>
{{
scope
.
row
.
updateTime
|
timeStampToYmd
}}
{{
!
scope
.
row
.
updateTime
?
'--'
:
''
}}
</div>
<div
class=
"line-
h-
18"
>
{{
scope
.
row
.
updateTime
|
timeStampToHms
}}
{{
!
scope
.
row
.
updateTime
?
'--'
:
''
}}
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"操作人"
show-overflow-tooltip
>
...
...
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