| 
														
															@@ -130,12 +130,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <el-table-column align="center" label="是否有网管课"> 
														 | 
														
														 | 
														
															           <el-table-column align="center" label="是否有网管课"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <template slot-scope="scope">{{ scope.row.hasPracticeCourse ? '是' : '否' }}</template> 
														 | 
														
														 | 
														
															             <template slot-scope="scope">{{ scope.row.hasPracticeCourse ? '是' : '否' }}</template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </el-table-column> 
														 | 
														
														 | 
														
															           </el-table-column> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          <el-table-column align="center" label="是否服务"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <template slot-scope="scope">{{ scope.row.serviceTag ? '是' : '否' }}</template> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          </el-table-column> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <el-table-column align="center" label="是否运营"> 
														 | 
														
														 | 
														
															           <el-table-column align="center" label="是否运营"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <template slot-scope="scope">{{ scope.row.operatingTag ? '是' : '否' }}</template> 
														 | 
														
														 | 
														
															             <template slot-scope="scope">{{ scope.row.operatingTag ? '是' : '否' }}</template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </el-table-column> 
														 | 
														
														 | 
														
															           </el-table-column> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          <el-table-column align="center" label="是否服务"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <template slot-scope="scope">{{ scope.row.serviceTag ? '是' : '否' }}</template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          </el-table-column> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <el-table-column align="center" prop="courseBalance" label="课程余额(元)"></el-table-column> 
														 | 
														
														 | 
														
															           <el-table-column align="center" prop="courseBalance" label="课程余额(元)"></el-table-column> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <el-table-column align="center" fixed="right" width="180px" label="操作"> 
														 | 
														
														 | 
														
															           <el-table-column align="center" fixed="right" width="180px" label="操作"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <template slot-scope="scope"> 
														 | 
														
														 | 
														
															             <template slot-scope="scope"> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -614,8 +615,8 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         date: row.birthdate, 
														 | 
														
														 | 
														
															         date: row.birthdate, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         organId: row.organId, 
														 | 
														
														 | 
														
															         organId: row.organId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         nation: row.nation, 
														 | 
														
														 | 
														
															         nation: row.nation, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        serviceTag: row.serviceTag?row.serviceTag.toString():null, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        operatingTag:row.operatingTag? row.operatingTag.toString():null 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        serviceTag: row.serviceTag ? row.serviceTag.toString() : null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        operatingTag: row.operatingTag ? row.operatingTag.toString() : null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }; 
														 | 
														
														 | 
														
															       }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     resetPassWrod(row) { 
														 | 
														
														 | 
														
															     resetPassWrod(row) { 
														 |