Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
4b72594e
authored
2025-12-16 09:04:03 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
43f60705
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/data_smart_contract/traceabilityInquiryManage.vue
src/views/data_smart_contract/traceabilityInquiryManage.vue
View file @
4b72594
...
...
@@ -44,8 +44,8 @@ const processTableInfo = ref({
fields
:
[
// { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" },
{
label
:
"编码"
,
field
:
"code"
,
width
:
355
},
{
label
:
"名称"
,
field
:
"name"
,
width
:
16
0
},
{
label
:
"类型"
,
field
:
"type"
,
width
:
1
20
},
{
label
:
"名称"
,
field
:
"name"
,
width
:
21
0
},
{
label
:
"类型"
,
field
:
"type"
,
width
:
1
15
},
{
label
:
"提交日期"
,
field
:
"submitTime"
,
width
:
170
},
{
label
:
"所属主体"
,
field
:
"tenantName"
,
minWidth
:
200
}
],
...
...
@@ -117,7 +117,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
activities
.
value
=
[];
for
(
const
d
of
data
)
{
activities
.
value
.
push
({
timestamp
:
d
.
updateTI
me
,
timestamp
:
d
.
labelName
+
' '
+
d
.
updateTi
me
,
type
:
'primary'
,
hollow
:
true
,
info
:
d
...
...
@@ -215,7 +215,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
<span
class=
"item_value"
><ellipsis-tooltip
:content=
"activity?.info?.logHash || '--'"
class-name=
"w100f mr8-i"
:refName=
"'tooltipOver' + 'logHash'"
></ellipsis-tooltip></span>
</div>
<div
class=
"split-line"
></div>
<div
v-show=
"index < activities.length - 1"
class=
"split-line"
></div>
</div>
</el-timeline-item>
</el-timeline>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment