| 
														
															@@ -118,8 +118,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           width="80" 
														 | 
														
														 | 
														
															           width="80" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           label="操作"> 
														 | 
														
														 | 
														
															           label="操作"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <template slot-scope="scope"> 
														 | 
														
														 | 
														
															           <template slot-scope="scope"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-button v-if="isAuth('business:approval:approval') && Number(dataForm.type) === 1 && Number(scope.row.state) !== 3 && Number(scope.row.state) !== 0 && checkUser(scope.row)" type="text" size="small" @click="addOrUpdateHandle(scope.row)">处理</el-button> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-button v-if="isAuth('business:approval:info') && (Number(scope.row.state) === 3 || !checkUser(scope.row))" type="text" size="small" @click="detailHandle(scope.row)">查看</el-button> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-button v-if="isAuth('business:approval:approval') && Number(dataForm.type) === 1" type="text" size="small" @click="addOrUpdateHandle(scope.row)">处理</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-button v-if="isAuth('business:approval:info')  && Number(dataForm.type) !== 1" type="text" size="small" @click="detailHandle(scope.row)">查看</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </template> 
														 | 
														
														 | 
														
															           </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </el-table-column> 
														 | 
														
														 | 
														
															         </el-table-column> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </el-table> 
														 | 
														
														 | 
														
															       </el-table> 
														 |