You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

106 lines
2.1 KiB

<template>
<div class="app-container">
<baseInfo :from-type="type" :array-group="arrayGroup" :jlbh1="'DTJ'" :field-setting="fieldSetting" />
</div>
</template>
<script>
import baseInfo from '@/views/ysjl/3000/common/index'
export default {
name: 'ElevatorYeyin',
components: { baseInfo },
data() {
return {
type: 12,
fieldSetting: {
anzhuangdidian: true
},
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>