You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
2.4 KiB
144 lines
2.4 KiB
const seatImg = {
|
|
'00': {
|
|
name: 'default',
|
|
url: '@/static/images/seats/00.png',
|
|
color: '#D8D8D8'
|
|
},
|
|
'01': {
|
|
name: 'checked',
|
|
url: '@/static/images/seats/01.png',
|
|
color: '#007800'
|
|
},
|
|
A: {
|
|
name: 'A',
|
|
url: '/static/images/seats/A.png',
|
|
color: '#ff3b30'
|
|
},
|
|
B: {
|
|
name: 'B',
|
|
url: '/static/images/seats/B.png',
|
|
color: '#fe9400'
|
|
},
|
|
C: {
|
|
name: 'C',
|
|
url: '/static/images/seats/C.png',
|
|
color: '#f6eb77'
|
|
},
|
|
D: {
|
|
name: 'D',
|
|
url: '/static/images/seats/D.png',
|
|
color: '#4bd863'
|
|
},
|
|
E: {
|
|
name: 'E',
|
|
url: '/static/images/seats/E.png',
|
|
color: '#0079fe'
|
|
},
|
|
F: {
|
|
name: 'F',
|
|
url: '/static/images/seats/F.png',
|
|
color: '#e6109b'
|
|
},
|
|
G: {
|
|
name: 'G',
|
|
url: '/static/images/seats/G.png',
|
|
color: '#ebddd5'
|
|
},
|
|
H: {
|
|
name: 'H',
|
|
url: '/static/images/seats/H.png',
|
|
color: '#ff403a'
|
|
},
|
|
I: {
|
|
name: 'I',
|
|
url: '/static/images/seats/I.png',
|
|
color: '#f5a433'
|
|
},
|
|
J: {
|
|
name: 'J',
|
|
url: '/static/images/seats/J.png',
|
|
color: '#e8ff8c'
|
|
},
|
|
K: {
|
|
name: 'K',
|
|
url: '/static/images/seats/K.png',
|
|
color: '#bad4aa'
|
|
},
|
|
L: {
|
|
name: 'L',
|
|
url: '/static/images/seats/L.png',
|
|
color: '#abe0ff'
|
|
},
|
|
M: {
|
|
name: 'M',
|
|
url: '/static/images/seats/M.png',
|
|
color: '#e5daf9'
|
|
},
|
|
N: {
|
|
name: 'N',
|
|
url: '/static/images/seats/N.png',
|
|
color: '#b3907d'
|
|
},
|
|
O: {
|
|
name: 'O',
|
|
url: '/static/images/seats/O.png',
|
|
color: '#f45c93'
|
|
},
|
|
P: {
|
|
name: 'P',
|
|
url: '/static/images/seats/P.png',
|
|
color: '#db5200'
|
|
},
|
|
Q: {
|
|
name: 'Q',
|
|
url: '/static/images/seats/Q.png',
|
|
color: '#e8e363'
|
|
},
|
|
R: {
|
|
name: 'R',
|
|
url: '/static/images/seats/R.png',
|
|
color: '#2db3a0'
|
|
},
|
|
S: {
|
|
name: 'S',
|
|
url: '/static/images/seats/S.png',
|
|
color: '#bff1ff'
|
|
},
|
|
T: {
|
|
name: 'T',
|
|
url: '/static/images/seats/T.png',
|
|
color: '#ffe3fb'
|
|
},
|
|
U: {
|
|
name: 'U',
|
|
url: '/static/images/seats/U.png',
|
|
color: '#a60040'
|
|
},
|
|
V: {
|
|
name: 'V',
|
|
url: '/static/images/seats/V.png',
|
|
color: '#ffdec9'
|
|
},
|
|
W: {
|
|
name: 'W',
|
|
url: '/static/images/seats/W.png',
|
|
color: '#f6ffe3'
|
|
},
|
|
X: {
|
|
name: 'X',
|
|
url: '/static/images/seats/X.png',
|
|
color: '#8ab4e8'
|
|
},
|
|
Y: {
|
|
name: 'Y',
|
|
url: '/static/images/seats/Y.png',
|
|
color: '#ebf5df'
|
|
},
|
|
Z: {
|
|
name: 'Z',
|
|
url: '/static/images/seats/Z.png',
|
|
color: '#a82f5a'
|
|
}
|
|
};
|
|
|
|
module.exports = seatImg |