fix: 删除详情按钮
This commit is contained in:
		
							parent
							
								
									2f33c86395
								
							
						
					
					
						commit
						0515ddc04c
					
				| 
						 | 
					@ -175,25 +175,25 @@ export default {
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        // {
 | 
				
			||||||
          title: "操作",
 | 
					        //   title: "操作",
 | 
				
			||||||
          fixed: "right",
 | 
					        //   fixed: "right",
 | 
				
			||||||
          type: "jsx",
 | 
					        //   type: "jsx",
 | 
				
			||||||
          align: "center",
 | 
					        //   align: "center",
 | 
				
			||||||
          width: "140px",
 | 
					        //   width: "140px",
 | 
				
			||||||
          render: (row) => {
 | 
					        //   render: (row) => {
 | 
				
			||||||
            let edit = () => {
 | 
					        //     let edit = () => {
 | 
				
			||||||
              //   this.$refs.viewDetails.toggle(row).update();
 | 
					        //       //   this.$refs.viewDetails.toggle(row).update();
 | 
				
			||||||
            };
 | 
					        //     };
 | 
				
			||||||
            return (
 | 
					        //     return (
 | 
				
			||||||
              <div>
 | 
					        //       <div>
 | 
				
			||||||
                <el-button size="mini" type="primary" onClick={edit}>
 | 
					        //         <el-button size="mini" type="primary" onClick={edit}>
 | 
				
			||||||
                  详情
 | 
					        //           详情
 | 
				
			||||||
                </el-button>
 | 
					        //         </el-button>
 | 
				
			||||||
              </div>
 | 
					        //       </div>
 | 
				
			||||||
            );
 | 
					        //     );
 | 
				
			||||||
          },
 | 
					        //   },
 | 
				
			||||||
        },
 | 
					        // },
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    tableEvent() {
 | 
					    tableEvent() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue