装备台账
This commit is contained in:
parent
4d54fbf6a6
commit
b3323de0d0
|
|
@ -239,27 +239,32 @@ export default {
|
||||||
],
|
],
|
||||||
graphic: [
|
graphic: [
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'group',
|
||||||
left: '27%',
|
left: '35%', // 与饼图 center[0] 保持一致
|
||||||
top: '40%',
|
top: '42%',
|
||||||
style: {
|
bounding: 'raw',
|
||||||
text: `${this.total}台`,
|
children: [
|
||||||
textAlign: 'center',
|
{
|
||||||
fill: '#3F3F3F',
|
type: 'text',
|
||||||
fontSize: 22,
|
style: {
|
||||||
fontWeight: 'bold',
|
text: `${this.total}台`,
|
||||||
},
|
fill: '#3F3F3F',
|
||||||
},
|
fontSize: 22,
|
||||||
{
|
fontWeight: 'bold',
|
||||||
type: 'text',
|
textAlign: 'center',
|
||||||
left: '29%',
|
},
|
||||||
top: '53%',
|
},
|
||||||
style: {
|
{
|
||||||
text: '装备台账',
|
type: 'text',
|
||||||
textAlign: 'center',
|
top: 32,
|
||||||
fill: '#3F3F3F',
|
style: {
|
||||||
fontSize: 14,
|
text: '装备台账',
|
||||||
},
|
fill: '#3F3F3F',
|
||||||
|
fontSize: 14,
|
||||||
|
textAlign: 'center',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
color: ['#33C3C8', '#FF6B6B', '#FFA940', '#FADB14', '#597EF7'],
|
color: ['#33C3C8', '#FF6B6B', '#FFA940', '#FADB14', '#597EF7'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue