| | |
| | | |
| | | handleChange(selection) { |
| | | console.log(selection); |
| | | selection.forEach((item, index) => { |
| | | if (item.cusSex == 0) { |
| | | item.cusSex = "男"; |
| | | } else if (item.cusSex == 1) { |
| | | item.cusSex = "女"; |
| | | } |
| | | }); |
| | | |
| | | this.selectList = selection; |
| | | |
| | | this.ids = selection.map((item) => item.id); |
| | |
| | | .el-table .warning-row { |
| | | background-color: #e5f3ff !important; |
| | | } |
| | | /* .last { |
| | | display: flex; |
| | | justify-content: space-around; |
| | | justify-content: space-evenly; |
| | | background-color:aqua |
| | | } */ |
| | | /* .last p:nth-child(2) { |
| | | margin: 20px; |
| | | font-size: 16px; |
| | | } */ |
| | | |
| | | </style> |