xiaobai
3 years ago
6 changed files with 250 additions and 32 deletions
@ -0,0 +1,103 @@ |
|||
<template> |
|||
<div class="app-container"> |
|||
<baseInfo :from-type="type" :array-group="arrayGroup" /> |
|||
</div> |
|||
</template> |
|||
<script> |
|||
import baseInfo from '@/views/ysjl/3000/common/index' |
|||
|
|||
export default { |
|||
name: 'ElevatorYeyin', |
|||
components: { baseInfo }, |
|||
data() { |
|||
return { |
|||
type: 11, |
|||
arrayGroup: [ |
|||
{ |
|||
header: [ |
|||
{ |
|||
label: '层站', |
|||
prop: 'D7', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.8门的闭合', |
|||
type: 1 |
|||
} |
|||
], |
|||
data: [] |
|||
}, |
|||
{ |
|||
header: [ |
|||
{ |
|||
label: '层站', |
|||
prop: 'D5', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.2门扇与门扇', |
|||
prop: 'D4', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.2门扇与立柱', |
|||
prop: 'D3', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '7.3.1门扇与门楣', |
|||
prop: 'D2', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '7.3.1门扇与地坎', |
|||
prop: 'D1', |
|||
type: 1 |
|||
} |
|||
], |
|||
data: [] |
|||
} |
|||
], |
|||
tableHeader2: [ |
|||
{ |
|||
label: '电动机电流载重量百分比', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '30%', |
|||
prop: 'D1', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '40%', |
|||
prop: 'D2', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '45%', |
|||
prop: 'D3', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '50%', |
|||
prop: 'D4', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '60%', |
|||
prop: 'D5', |
|||
type: 1 |
|||
} |
|||
], |
|||
list: [], |
|||
list1: [] |
|||
} |
|||
}, |
|||
computed: {}, |
|||
created() {}, |
|||
methods: {} |
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
</style> |
@ -0,0 +1,103 @@ |
|||
<template> |
|||
<div class="app-container"> |
|||
<baseInfo :from-type="type" :array-group="arrayGroup" /> |
|||
</div> |
|||
</template> |
|||
<script> |
|||
import baseInfo from '@/views/ysjl/3000/common/index' |
|||
|
|||
export default { |
|||
name: 'ElevatorYeyin', |
|||
components: { baseInfo }, |
|||
data() { |
|||
return { |
|||
type: 12, |
|||
arrayGroup: [ |
|||
{ |
|||
header: [ |
|||
{ |
|||
label: '层站', |
|||
prop: 'D7', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.8门的闭合', |
|||
type: 1 |
|||
} |
|||
], |
|||
data: [] |
|||
}, |
|||
{ |
|||
header: [ |
|||
{ |
|||
label: '层站', |
|||
prop: 'D5', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.2门扇与门扇', |
|||
prop: 'D4', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '6.2门扇与立柱', |
|||
prop: 'D3', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '7.3.1门扇与门楣', |
|||
prop: 'D2', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '7.3.1门扇与地坎', |
|||
prop: 'D1', |
|||
type: 1 |
|||
} |
|||
], |
|||
data: [] |
|||
} |
|||
], |
|||
tableHeader2: [ |
|||
{ |
|||
label: '电动机电流载重量百分比', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '30%', |
|||
prop: 'D1', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '40%', |
|||
prop: 'D2', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '45%', |
|||
prop: 'D3', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '50%', |
|||
prop: 'D4', |
|||
type: 1 |
|||
}, |
|||
{ |
|||
label: '60%', |
|||
prop: 'D5', |
|||
type: 1 |
|||
} |
|||
], |
|||
list: [], |
|||
list1: [] |
|||
} |
|||
}, |
|||
computed: {}, |
|||
created() {}, |
|||
methods: {} |
|||
} |
|||
</script> |
|||
|
|||
<style> |
|||
</style> |
Loading…
Reference in new issue