|  |  | 
 |  |  |             <el-table | 
 |  |  |               v-loading="loading" | 
 |  |  |               :data="userList" | 
 |  |  |               height="660" | 
 |  |  |               height="808" | 
 |  |  |               @selection-change="handleSelectionChange" | 
 |  |  |             > | 
 |  |  |               <el-table-column type="selection" width="50" align="center" /> | 
 |  |  | 
 |  |  |             prop="templatename" | 
 |  |  |           /> | 
 |  |  |           <el-table-column | 
 |  |  |             label="待随访/总任务" | 
 |  |  |             align="center" | 
 |  |  |             key="nickName" | 
 |  |  |             prop="nickName" | 
 |  |  |           > | 
 |  |  |             <template slot-scope="scope"> | 
 |  |  |               <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> | 
 |  |  |             </template> | 
 |  |  |           </el-table-column> | 
 |  |  |           label="总任务/已随访" | 
 |  |  |           align="center" | 
 |  |  |           key="nickName" | 
 |  |  |           width="120" | 
 |  |  |           prop="nickName" | 
 |  |  |         > | 
 |  |  |           <template slot-scope="scope"> | 
 |  |  |             <span | 
 |  |  |               >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ | 
 |  |  |                 scope.row.yfs | 
 |  |  |               }}</span | 
 |  |  |             > | 
 |  |  |           </template> | 
 |  |  |         </el-table-column> | 
 |  |  |           <el-table-column | 
 |  |  |             label="创建人" | 
 |  |  |             align="center" |