# Conflicts:
#	src/iscs/shape/picture.js
#	src/views/iscs/iscsDraw/icscComponents/picture.vue
This commit is contained in:
zyy 2020-10-12 13:05:57 +08:00
commit b3af89582d
6 changed files with 15 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -23,8 +23,12 @@ import drum from '@/assets/iscs_picture/drum.png';
import exhaustFan from '@/assets/iscs_picture/exhaustFan.png';
import waterCooler from '@/assets/iscs_picture/ZSDF533.png';
import textBgBluePoint from '@/assets/iscs_picture/textBgBluePoint.png';
import ventilationFan from '@/assets/iscs_picture/ventilationFan.png';
import kongzhixiang from '@/assets/iscs_picture/iscs_kongzhixiang.png';
import ventilationFan from '@/assets/iscs_picture/ventilationFan.png';
import escalator from '@/assets/iscs_picture/escalator.png';
import toUp from '@/assets/iscs_picture/to-up.png';
import toDown from '@/assets/iscs_picture/to-down.png';
import lift from '@/assets/iscs_picture/lift.png';
const pictureObj = {
'psdLeft': psdLeft,
@ -50,7 +54,11 @@ const pictureObj = {
waterCooler,
textBgBluePoint,
ventilationFan,
kongzhixiang
kongzhixiang,
escalator,
toUp,
toDown,
lift
};
export default class Picture extends Group {
constructor(device) {

View File

@ -79,7 +79,11 @@ export default {
{ name: '冷水机', value: 'waterCooler'},
{ name: '顶部排风机', value: 'ventilationFan'},
{ name: '文字蓝色背景', value: 'textBgBluePoint'},
{ name: '风井', value: 'kongzhixiang' }
{ name: '风井', value: 'kongzhixiang' },
{ name: '扶梯', value: 'escalator'},
{ name: '扶梯-朝上指示', value: 'toUp'},
{ name: '扶梯-朝下执行', value: 'toDown'},
{ name: '电梯', value: 'lift' }
],
rules: {