| | |
| | | <el-table-column |
| | | label="任务名称" |
| | | fixed |
| | | width="120" |
| | | width="200" |
| | | align="center" |
| | | key="taskName" |
| | | prop="taskName" |
| | |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | | label="待执行/总任务" |
| | | label="待随访/总任务" |
| | | align="center" |
| | | key="nickName" |
| | | width="120" |
| | | prop="nickName" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | label="操作" |
| | | fixed="right" |
| | | align="center" |
| | | width="180" |
| | | width="240" |
| | | class-name="small-padding fixed-width" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | label="任务详情" |
| | | fixed="right" |
| | | align="center" |
| | | width="200" |
| | | width="240" |
| | | class-name="small-padding fixed-width" |
| | | > |
| | | <template slot-scope="scope"> |