装备台账

This commit is contained in:
bb_pan 2026-02-02 15:37:47 +08:00
parent 4d54fbf6a6
commit b3323de0d0
1 changed files with 26 additions and 21 deletions

View File

@ -239,27 +239,32 @@ export default {
],
graphic: [
{
type: 'text',
left: '27%',
top: '40%',
style: {
text: `${this.total}`,
textAlign: 'center',
fill: '#3F3F3F',
fontSize: 22,
fontWeight: 'bold',
},
},
{
type: 'text',
left: '29%',
top: '53%',
style: {
text: '装备台账',
textAlign: 'center',
fill: '#3F3F3F',
fontSize: 14,
},
type: 'group',
left: '35%', // center[0]
top: '42%',
bounding: 'raw',
children: [
{
type: 'text',
style: {
text: `${this.total}`,
fill: '#3F3F3F',
fontSize: 22,
fontWeight: 'bold',
textAlign: 'center',
},
},
{
type: 'text',
top: 32,
style: {
text: '装备台账',
fill: '#3F3F3F',
fontSize: 14,
textAlign: 'center',
},
},
],
},
],
color: ['#33C3C8', '#FF6B6B', '#FFA940', '#FADB14', '#597EF7'],