适配图片APF

This commit is contained in:
lVAL 2020-09-27 16:12:25 +08:00
parent bae0a26c64
commit 0e47dfcff1
3 changed files with 9 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -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
};

View File

@ -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' }