Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
f4ff595c
Commit
f4ff595c
authored
Jul 08, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev'
parents
c609ef3b
19eaa55c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
src/views/order/podUs/index.vue
+24
-0
No files found.
src/views/order/podUs/index.vue
View file @
f4ff595c
...
...
@@ -1042,6 +1042,16 @@
{{
row
.
finishTime
?.
replace
(
'T'
,
' '
)
}}
<
/div
>
<
/template
>
<
template
#
failTime
=
"{ row
}
"
>
<
div
style
=
"white-space: pre-line"
>
{{
row
.
failTime
?.
replace
(
'T'
,
' '
)
}}
<
/div
>
<
/template
>
<
template
#
failReason
=
"{ row
}
"
>
<
div
style
=
"white-space: pre-line"
>
{{
row
.
failReason
}}
<
/div
>
<
/template
>
<
template
#
operate
=
"{ row
}
"
>
<
div
v
-
if
=
"status === 'BATCH_DOWNLOAD'"
...
...
@@ -2148,6 +2158,13 @@ const tableColumns = computed(() => {
align
:
'center'
,
}
,
{
label
:
'失败原因'
,
width
:
250
,
prop
:
'failReason'
,
slot
:
'failReason'
,
align
:
'left'
,
}
,
{
label
:
'创建时间'
,
width
:
250
,
prop
:
'createTime'
,
...
...
@@ -2161,6 +2178,13 @@ const tableColumns = computed(() => {
slot
:
'finishTime'
,
align
:
'center'
,
}
,
//
{
// label: '失败时间',
// width: 250,
// prop: 'failTime',
// slot: 'failTime',
// align: 'center',
//
}
,
{
label
:
'操作'
,
slot
:
'operate'
,
...
...
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