<el-table
:data="form.node_data"
border
style="width: 100%"
:header-cell-style="{background:'#F7F7F7'}"
>
<el-table-column
fixed
prop="name"
label="审批环节名称"
align="center"
>
<template slot-scope="scope">
<span>{
{
scope.row.name+(scope.$index+1) }}</span>
</template>
</el-table-column>
<el-table-column
prop="department_id"
label="审批部门"
align="center"
>
<template slot-scope="scope">
<el-select
v-model="form.node_data[scope.$index].department_id"
placehol