New file |
| | |
| | | export default { |
| | | id: 5, |
| | | name: '管道信息', |
| | | child: [ |
| | | { |
| | | name: '含油污水管线', |
| | | column: [{ |
| | | label: '序号', |
| | | prop: 'no', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '管线名称', |
| | | prop: 'pipename', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '介质', |
| | | prop: 'mediumtype', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '运行状态', |
| | | prop: 'operationalstatus', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '所属单位名称', |
| | | prop: 'unitname', |
| | | width: 'auto' |
| | | }] |
| | | }, |
| | | { |
| | | name: '含盐污水管线', |
| | | column: [ |
| | | { |
| | | label: '序号', |
| | | prop: 'no', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '管线名称', |
| | | prop: 'pipename', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '介质', |
| | | prop: 'mediumtype', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '运行状态', |
| | | prop: 'operationalstatus', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '所属单位名称', |
| | | prop: 'unitname', |
| | | width: 'auto' |
| | | }] |
| | | }, |
| | | { |
| | | name: '含碱污水管线', |
| | | column: [{ |
| | | label: '序号', |
| | | prop: 'no', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '管线名称', |
| | | prop: 'pipename', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '介质', |
| | | prop: 'mediumtype', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '运行状态', |
| | | prop: 'operationalstatus', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '所属单位名称', |
| | | prop: 'unitname', |
| | | width: 'auto' |
| | | }] |
| | | }, |
| | | { |
| | | name: '净化水管线', |
| | | column: [{ |
| | | label: '序号', |
| | | prop: 'no', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '管线名称', |
| | | prop: 'pipename', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '介质', |
| | | prop: 'mediumtype', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '运行状态', |
| | | prop: 'operationalstatus', |
| | | width: 'auto' |
| | | }, |
| | | { |
| | | label: '所属单位名称', |
| | | prop: 'unitname', |
| | | width: 'auto' |
| | | }] |
| | | } |
| | | ] |
| | | } |