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
16ed3592
authored
2025-12-15 18:17:50 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:标签名称问题
1 parent
09d02418
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_smart_contract/traceabilityInquiryManage.vue
src/views/data_smart_contract/traceabilityInquiryManage.vue
View file @
16ed359
...
...
@@ -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
.
updateTIme
,
timestamp
:
d
.
labelName
+
' '
+
d
.
updateTIme
,
type
:
'primary'
,
hollow
:
true
,
info
:
d
...
...
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