Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
025e2a7f
Commit
025e2a7f
authored
Jul 07, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了委托评审委托日期显示
parent
001a33ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
MeterEntrustDetail.vue
pages/meter-review/MeterEntrustDetail.vue
+1
-1
MeterReviewEntrust.vue
pages/meter-review/MeterReviewEntrust.vue
+3
-1
No files found.
pages/meter-review/MeterEntrustDetail.vue
View file @
025e2a7f
...
...
@@ -35,7 +35,7 @@
<th>
地址
</th>
<td>
{{
obj
.
province
}}
{{
obj
.
city
}}
{{
obj
.
county
}}
</td>
<th>
委托日期
</th>
<td>
{{
obj
.
edate
}}
</td>
<td>
{{
obj
.
edate
?
$dateformat
(
obj
.
edate
,
'yyyy-mm-dd'
):
''
}}
</td>
</tr>
<tr>
<th>
合同号
</th>
...
...
pages/meter-review/MeterReviewEntrust.vue
View file @
025e2a7f
...
...
@@ -37,7 +37,9 @@
:min-width=
"item.width?item.width:200"
:fixed=
"item.fixed?item.fixed:undefined"
sortable
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
[
item
.
key
]
}}
</span>
<span
v-if=
"item.key==='edate'"
>
{{
scope
.
row
[
item
.
key
]?
$dateformat
(
scope
.
row
[
item
.
key
],
'yyyy-mm-dd'
):
''
}}
</span>
<span
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</span>
</
template
>
</vxe-table-column>
</PTVXETable>
...
...
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