kiner-tang(文辉)
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/pages/list/basic-list/index.tsx
|
|
@ -145,11 +145,11 @@ export const BasicList: FC = () => { |
|
|
items: [ |
|
|
items: [ |
|
|
{ |
|
|
{ |
|
|
key: 'edit', |
|
|
key: 'edit', |
|
|
name: '编辑', |
|
|
label: '编辑', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'delete', |
|
|
key: 'delete', |
|
|
name: '删除', |
|
|
label: '删除', |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}} |
|
|
}} |
|
|
|