iscs 绘图显示
This commit is contained in:
parent
a11556643a
commit
416766cb3e
@ -1,10 +1,22 @@
|
||||
<template>
|
||||
<div>
|
||||
站台层
|
||||
<iscsSystem ref="iscsPlate" :widthCanvas="1690" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import iscsSystem from "../canvas/iscsCanvas";
|
||||
export default {
|
||||
|
||||
components: {
|
||||
iscsSystem
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
mes: "1111"
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$refs.iscsPlate.show("61");
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
@ -1,10 +1,22 @@
|
||||
<template>
|
||||
<div>
|
||||
站厅层
|
||||
<iscsSystem ref="iscsPlate" :widthCanvas="1690" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import iscsSystem from "../canvas/iscsCanvas";
|
||||
export default {
|
||||
|
||||
components: {
|
||||
iscsSystem
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
mes: "1111"
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$refs.iscsPlate.show("62");
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
@ -1,10 +1,22 @@
|
||||
<template>
|
||||
<div>
|
||||
售检票
|
||||
<iscsSystem ref="iscsPlate" :widthCanvas="1490" />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import iscsSystem from "../canvas/iscsCanvas";
|
||||
export default {
|
||||
|
||||
components: {
|
||||
iscsSystem
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
mes: "1111"
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$refs.iscsPlate.show("51");
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user