Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
366794e7
Commit
366794e7
authored
1 year ago
by
suqh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func-eccs-2152' into test
parents
9e4c3a62
5a5945d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
collectionDetail.vue
src/views/verification/collectionDetail.vue
+2
-2
No files found.
src/views/verification/collectionDetail.vue
View file @
366794e7
...
...
@@ -165,7 +165,7 @@
class=
"table-content"
:columns=
"selectedColumns"
:data-source=
"selectedRows"
:scroll=
"
{ x:
true
, y: 450 }"
:scroll=
"
{ x:
'100%'
, y: 450 }"
:pagination="false"
>
<template
slot=
"status"
slot-scope=
"text"
>
...
...
@@ -255,7 +255,7 @@
<a-table
:columns=
"columns"
:data-source=
"dataList"
:scroll=
"
{ x:
true
, y: 300 }"
:scroll=
"
{ x:
'100%'
, y: 300 }"
:pagination="false"
:rowKey="'id'"
:row-selection="{
...
...
This diff is collapsed.
Click to expand it.
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