Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8631f57
authored
2020-08-06 17:42:49 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提交代码
1 parent
797f9643
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
View file @
e8631f5
...
...
@@ -171,13 +171,13 @@
width=
"200"
>
</el-table-column>
<el-table-column
<!--
<el-table-column
prop="ljr"
label="来件人"
align="center"
width="400"
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"CREATETIME"
label=
"登记时间"
...
...
@@ -195,7 +195,11 @@
label=
"接收时间"
align=
"center"
width=
"200"
>
>
<template
slot-scope=
"scope"
>
<span>
{{
scope.row.RECEIVETIME | dataFormat
}}
</span>
</template>
</el-table-column>
</el-table>
<el-table
...
...
Please
register
or
sign in
to post a comment