
<template>
<div class="productionCatalogueTable">
<div class="missMaterialsTable" v-if="tableData && tableData.length > 0">
<div class="table">
<div class="line_th">
<span class="th_name" style="width: 20%">册序号</span>
<span class="th_name" style="width: 20%">航材名称</span>
<span class="th_name" style="width: 20%">型号</span>
<span class="th_name" style="width: 20%">装备机型</span>
<span class="th_name" style="width: 20%">修理能力</span>
</div>
<div
:style="{height: height ? height.split('rem')[0] - 3 + 'rem' : '100%'}"
class="newStyle"
>
<vue-seamless-scroll
ref="scroll"
:data="tableData"
:class-option="defaultOption"
class="warp"
:style="{
height: height ? height.split('rem')[0] - 3 + 'rem' : '100%',
}"
>
<div
class="line_tr"
v-for="(item, index) in tableData"
:key="index"
>