iscs添加背景图片
This commit is contained in:
parent
b93daf1f8e
commit
022b946592
BIN
src/assets/iscs_picture/fas_platform_a_bg.png
Normal file
BIN
src/assets/iscs_picture/fas_platform_a_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
BIN
src/assets/iscs_picture/fas_platform_b_bg.png
Normal file
BIN
src/assets/iscs_picture/fas_platform_b_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
@ -56,9 +56,11 @@ import checkSell from '@/assets/iscs_picture/check_sell.png';
|
||||
import checkSell2 from '@/assets/iscs_picture/check_sell2.png';
|
||||
import bgShowRoom from '@/assets/iscs_picture/bg-showroom.jpg';
|
||||
import bgStand from '@/assets/iscs_picture/bg-stand.jpg';
|
||||
import bgFasPlatformA from '@/assets/iscs_picture/fas_platform_a_bg.png';
|
||||
import bgFasPlatformB from '@/assets/iscs_picture/fas_platform_b_bg.png';
|
||||
import basAnnulus from '@/assets/iscs_picture/bas_annulus.png';
|
||||
import basEnvironmental from '@/assets/iscs_picture/bas_environmental.png';
|
||||
import basLowPressure from '@/assets/iscs_picture/bas_low_pressure.png'
|
||||
import basLowPressure from '@/assets/iscs_picture/bas_low_pressure.png';
|
||||
import basInterface from '@/assets/iscs_picture/bas_interface.png';
|
||||
import basEntity from '@/assets/iscs_picture/bas_entity.png';
|
||||
|
||||
@ -108,20 +110,22 @@ const pictureObj = {
|
||||
iscsDangwei,
|
||||
iscsDibian,
|
||||
iscsPt1,
|
||||
checkNormal,
|
||||
checkArrowLeft,
|
||||
checkArrowRight,
|
||||
checkArrowDouble,
|
||||
checkFlowCumulative,
|
||||
checkSell,
|
||||
checkSell2,
|
||||
bgShowRoom,
|
||||
bgStand,
|
||||
basAnnulus,
|
||||
basEnvironmental,
|
||||
basLowPressure,
|
||||
basInterface,
|
||||
basEntity
|
||||
checkNormal,
|
||||
checkArrowLeft,
|
||||
checkArrowRight,
|
||||
checkArrowDouble,
|
||||
checkFlowCumulative,
|
||||
checkSell,
|
||||
checkSell2,
|
||||
bgShowRoom,
|
||||
bgStand,
|
||||
basAnnulus,
|
||||
basEnvironmental,
|
||||
basLowPressure,
|
||||
basInterface,
|
||||
basEntity,
|
||||
bgFasPlatformA,
|
||||
bgFasPlatformB
|
||||
};
|
||||
export default class Picture extends Group {
|
||||
constructor(device) {
|
||||
|
@ -100,21 +100,23 @@ export default {
|
||||
{ name: '烟杆传感器', value: 'iscsSensor' },
|
||||
{ name: '抵挡图', value: 'iscsDangwei' },
|
||||
{ name: '地变图', value: 'iscsDibian' },
|
||||
{ name: 'PT1', value: 'iscsPt1' },
|
||||
{ name: '受检左侧箭头', value: 'checkArrowLeft' },
|
||||
{ name: '受检右侧箭头', value: 'checkArrowRight' },
|
||||
{ name: '受检两侧箭头', value: 'checkArrowDouble' },
|
||||
{ name: '受检流量累计', value: 'checkFlowCumulative' },
|
||||
{ name: '受检正常', value: 'checkNormal' },
|
||||
{ name: '受检售票', value: 'checkSell' },
|
||||
{ name: '受检售票2', value: 'checkSell2' },
|
||||
{ name: '站厅背景', value: 'bgShowRoom' },
|
||||
{ name: '站台背景', value: 'bgStand' },
|
||||
{ name: '环空电控', value: 'basAnnulus' },
|
||||
{ name: '环控机控', value: 'basEnvironmental' },
|
||||
{ name: '智能低压', value: 'basLowPressure' },
|
||||
{ name: '接口机', value: 'basInterface' },
|
||||
{ name: '实体机', value: 'basEntity' }
|
||||
{ name: 'PT1', value: 'iscsPt1' },
|
||||
{ name: '受检左侧箭头', value: 'checkArrowLeft' },
|
||||
{ name: '受检右侧箭头', value: 'checkArrowRight' },
|
||||
{ name: '受检两侧箭头', value: 'checkArrowDouble' },
|
||||
{ name: '受检流量累计', value: 'checkFlowCumulative' },
|
||||
{ name: '受检正常', value: 'checkNormal' },
|
||||
{ name: '受检售票', value: 'checkSell' },
|
||||
{ name: '受检售票2', value: 'checkSell2' },
|
||||
{ name: '站厅背景', value: 'bgShowRoom' },
|
||||
{ name: '站台背景', value: 'bgStand' },
|
||||
{ name: '站台A端背景', value: 'bgFasPlatformA' },
|
||||
{ name: '站台B端背景', value: 'bgFasPlatformB' },
|
||||
{ name: '环空电控', value: 'basAnnulus' },
|
||||
{ name: '环控机控', value: 'basEnvironmental' },
|
||||
{ name: '智能低压', value: 'basLowPressure' },
|
||||
{ name: '接口机', value: 'basInterface' },
|
||||
{ name: '实体机', value: 'basEntity' }
|
||||
],
|
||||
|
||||
rules: {
|
||||
|
Loading…
Reference in New Issue
Block a user