Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
胡宝山
template_vue
Commits
316a765f
Commit
316a765f
authored
Mar 08, 2024
by
孙浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交时间
parent
25b80345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
oneTbale.vue
src/views/check/oneTbale.vue
+2
-2
No files found.
src/views/check/oneTbale.vue
View file @
316a765f
...
...
@@ -166,13 +166,13 @@
</el-table-column>
<el-table-column
label=
"提交人"
prop=
"updateBy"
:show-overflow-tooltip=
"true"
width=
"100%"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.approveStatus == '0'
|| scope.row.approveStatus == '3'
"
>
-
</span>
<span
v-if=
"scope.row.approveStatus == '0'"
>
-
</span>
<span
v-else
>
{{
scope
.
row
.
submitName
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"提交时间"
prop=
"updateDate"
:show-overflow-tooltip=
"true"
width=
"140%"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.approveStatus == '0'
|| scope.row.approveStatus == '3'
"
>
-
</span>
<span
v-if=
"scope.row.approveStatus == '0'"
>
-
</span>
<span
v-else
>
{{
scope
.
row
.
updateDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm:ss'
)
}}
</span>
</
template
>
</el-table-column>
...
...
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