mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
modify style
This commit is contained in:
@@ -14,6 +14,7 @@ import { formatPercent } from '@/lib/common.js';
|
||||
|
||||
export default {
|
||||
props: [
|
||||
'skeleton',
|
||||
'items',
|
||||
'idField',
|
||||
'nameField',
|
||||
@@ -202,7 +203,8 @@ export default {
|
||||
formatter: params => {
|
||||
return params.data ? params.data.displayName : '';
|
||||
}
|
||||
}
|
||||
},
|
||||
animation: !self.skeleton
|
||||
}
|
||||
],
|
||||
media: [
|
||||
|
||||
Reference in New Issue
Block a user