Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-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
达摩4.0重构
haoban-operation-4
Commits
dfa71f4d
Commit
dfa71f4d
authored
Aug 03, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段取值
parent
8defff03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
enterprise-list.vue
src/views/enterprise/enterprise-list.vue
+4
-4
No files found.
src/views/enterprise/enterprise-list.vue
View file @
dfa71f4d
...
@@ -27,14 +27,14 @@
...
@@ -27,14 +27,14 @@
<el-table-column
label=
"授权GIC商户数"
prop=
"enterpriseCount"
></el-table-column>
<el-table-column
label=
"授权GIC商户数"
prop=
"enterpriseCount"
></el-table-column>
<el-table-column
label=
"最近授权时间"
>
<el-table-column
label=
"最近授权时间"
>
<div
slot-scope=
"
{ row }" style="line-height: normal">
<div
slot-scope=
"
{ row }" style="line-height: normal">
<p>
{{
row
.
audit
Time
|
timeStampToYmd
}}
</p>
<p>
{{
row
.
create
Time
|
timeStampToYmd
}}
</p>
<p>
{{
row
.
audit
Time
|
timeStampToHms
}}
</p>
<p>
{{
row
.
create
Time
|
timeStampToHms
}}
</p>
</div>
</div>
</el-table-column>
</el-table-column>
<el-table-column
label=
"最近编辑时间"
>
<el-table-column
label=
"最近编辑时间"
>
<div
slot-scope=
"
{ row }" style="line-height: normal">
<div
slot-scope=
"
{ row }" style="line-height: normal">
<p>
{{
row
.
edit
Time
|
timeStampToYmd
}}
</p>
<p>
{{
row
.
update
Time
|
timeStampToYmd
}}
</p>
<p>
{{
row
.
edit
Time
|
timeStampToHms
}}
</p>
<p>
{{
row
.
update
Time
|
timeStampToHms
}}
</p>
</div>
</div>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
...
...
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