适配图片APF
This commit is contained in:
parent
bae0a26c64
commit
0e47dfcff1
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -7,10 +7,14 @@ import psdRight from '@/assets/iscs_picture/iscs-psd-right.png';
|
||||
import fireBlue from '@/assets/iscs_picture/iscs-fire-blue.png';
|
||||
import fireRed from '@/assets/iscs_picture/iscs-fire-red.png';
|
||||
|
||||
|
||||
import iscsAPF from '@/assets/iscs_picture/iscs_APF.png';
|
||||
|
||||
const pictureObj = {
|
||||
'psdLeft': psdLeft,
|
||||
'psdSystem': psdSystem,
|
||||
'psdRight': psdRight,
|
||||
'psdRight': psdRight,
|
||||
'APF': iscsAPF,
|
||||
's': fireBlue,
|
||||
'a': fireRed
|
||||
};
|
||||
|
@ -54,8 +54,10 @@ export default {
|
||||
typeList: [
|
||||
{ name: '车头', value: 'psdLeft' },
|
||||
{ name: '车尾', value: 'psdRight' },
|
||||
{ name: '车厢', value: 'psdSystem' }
|
||||
],
|
||||
{ name: '车厢', value: 'psdSystem' },
|
||||
{ name: 'APF', value: 'APF'}
|
||||
],
|
||||
|
||||
rules: {
|
||||
strokeColor: [
|
||||
{ required: true, message: '请选择边框颜色', trigger: 'change' }
|
||||
|
Loading…
Reference in New Issue
Block a user