<el-table-columnv-for="(v, i) in tableHeader":fixed="v.fixed":show-overflow-tooltip="v.tooltip":width="v.width":min-width="v.minWidth":align="v.align":key="i":prop="v.prop":label="v.label":formatter="v.formatter">
<material-itemclass="card-item"v-for="item in materials":key="item.relation_id":item="item"@delete="onDeleteMaterial":read-only="readOnly"></material-item>