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