<el-table-column type="expand" width="0">
<template slot-scope="scope">
<el-form label-position="left" inline class="demo-table-expand">
<sy_dd_process
:processData="scope.row"
:clickId="'0'"
v-if="
scope.row.process_data != undefined &&
scope.row.process_data.length > 0
"
></sy_dd_process>
<el-table-column type="expand" width="0">