Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test
# Conflicts: # src/iscs/shape/picture.js # src/views/iscs/iscsDraw/icscComponents/picture.vue
This commit is contained in:
commit
b3af89582d
BIN
src/assets/iscs_picture/escalator.png
Normal file
BIN
src/assets/iscs_picture/escalator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/assets/iscs_picture/lift.png
Normal file
BIN
src/assets/iscs_picture/lift.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
BIN
src/assets/iscs_picture/to-down.png
Normal file
BIN
src/assets/iscs_picture/to-down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
src/assets/iscs_picture/to-up.png
Normal file
BIN
src/assets/iscs_picture/to-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -23,8 +23,12 @@ import drum from '@/assets/iscs_picture/drum.png';
|
|||||||
import exhaustFan from '@/assets/iscs_picture/exhaustFan.png';
|
import exhaustFan from '@/assets/iscs_picture/exhaustFan.png';
|
||||||
import waterCooler from '@/assets/iscs_picture/ZSDF533.png';
|
import waterCooler from '@/assets/iscs_picture/ZSDF533.png';
|
||||||
import textBgBluePoint from '@/assets/iscs_picture/textBgBluePoint.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 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 = {
|
const pictureObj = {
|
||||||
'psdLeft': psdLeft,
|
'psdLeft': psdLeft,
|
||||||
@ -50,7 +54,11 @@ const pictureObj = {
|
|||||||
waterCooler,
|
waterCooler,
|
||||||
textBgBluePoint,
|
textBgBluePoint,
|
||||||
ventilationFan,
|
ventilationFan,
|
||||||
kongzhixiang
|
kongzhixiang,
|
||||||
|
escalator,
|
||||||
|
toUp,
|
||||||
|
toDown,
|
||||||
|
lift
|
||||||
};
|
};
|
||||||
export default class Picture extends Group {
|
export default class Picture extends Group {
|
||||||
constructor(device) {
|
constructor(device) {
|
||||||
|
@ -79,7 +79,11 @@ export default {
|
|||||||
{ name: '冷水机', value: 'waterCooler'},
|
{ name: '冷水机', value: 'waterCooler'},
|
||||||
{ name: '顶部排风机', value: 'ventilationFan'},
|
{ name: '顶部排风机', value: 'ventilationFan'},
|
||||||
{ name: '文字蓝色背景', value: 'textBgBluePoint'},
|
{ name: '文字蓝色背景', value: 'textBgBluePoint'},
|
||||||
{ name: '风井', value: 'kongzhixiang' }
|
{ name: '风井', value: 'kongzhixiang' },
|
||||||
|
{ name: '扶梯', value: 'escalator'},
|
||||||
|
{ name: '扶梯-朝上指示', value: 'toUp'},
|
||||||
|
{ name: '扶梯-朝下执行', value: 'toDown'},
|
||||||
|
{ name: '电梯', value: 'lift' }
|
||||||
],
|
],
|
||||||
|
|
||||||
rules: {
|
rules: {
|
||||||
|
Loading…
Reference in New Issue
Block a user