Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
a2364eed
Commit
a2364eed
authored
Nov 19, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 为表格新增rowKey
parent
ae995227
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
2 deletions
+6
-2
productTable.vue
src/components/productManage/productTable.vue
+1
-0
index.vue
src/views/Root/Activity/index.vue
+1
-0
index.vue
src/views/Root/Banner/index.vue
+1
-0
index.vue
src/views/Root/Live/index.vue
+1
-1
index.vue
src/views/Root/Msg/index.vue
+1
-0
index.vue
src/views/Root/News/index.vue
+1
-1
No files found.
src/components/productManage/productTable.vue
View file @
a2364eed
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
style=
"text-align: center; margin-top: 40px"
style=
"text-align: center; margin-top: 40px"
bordered
bordered
:loading=
"loading"
:loading=
"loading"
rowKey=
"uuid"
:pagination=
"false"
:pagination=
"false"
@
change=
"handleChange"
@
change=
"handleChange"
>
>
...
...
src/views/Root/Activity/index.vue
View file @
a2364eed
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
<a-table
<a-table
:columns=
"columns"
:columns=
"columns"
:data-source=
"list"
:data-source=
"list"
rowKey=
"uuid"
style=
"text-align: center; margin-top: 40px"
style=
"text-align: center; margin-top: 40px"
bordered
bordered
:loading=
"tableLoading"
:loading=
"tableLoading"
...
...
src/views/Root/Banner/index.vue
View file @
a2364eed
...
@@ -66,6 +66,7 @@
...
@@ -66,6 +66,7 @@
:columns=
"columns"
:columns=
"columns"
:data-source=
"bannerList"
:data-source=
"bannerList"
:loading=
"tableLoading"
:loading=
"tableLoading"
rowKey=
"uuid"
:pagination=
"false"
:pagination=
"false"
style=
"text-align: center; margin-top: 40px;"
style=
"text-align: center; margin-top: 40px;"
bordered
bordered
...
...
src/views/Root/Live/index.vue
View file @
a2364eed
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:columns=
"columns"
:columns=
"columns"
:data-source=
"list"
:data-source=
"list"
:loading=
"loading"
:loading=
"loading"
rowKey=
"
columns
"
rowKey=
"
uuid
"
style=
" text-align: center; margin-top:40px;"
style=
" text-align: center; margin-top:40px;"
bordered
bordered
>
>
...
...
src/views/Root/Msg/index.vue
View file @
a2364eed
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
<a-table
<a-table
:columns=
"columns"
:columns=
"columns"
:data-source=
"list"
:data-source=
"list"
rowKey=
"uuid"
:loading=
"tableLoading"
:loading=
"tableLoading"
style=
" text-align: center; margin-top:40px;"
style=
" text-align: center; margin-top:40px;"
bordered
bordered
...
...
src/views/Root/News/index.vue
View file @
a2364eed
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
:columns=
"columns"
:columns=
"columns"
:data-source=
"list"
:data-source=
"list"
:loading=
"tableLoading"
:loading=
"tableLoading"
rowKey=
"
columns
"
rowKey=
"
uuid
"
style=
" text-align: center; margin-top:40px;"
style=
" text-align: center; margin-top:40px;"
bordered
bordered
:pagination=
"pagination"
:pagination=
"pagination"
...
...
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