| | |
| | | color: #ffffff; |
| | | cursor: default; |
| | | } |
| | | |
| | | .el-menu{ |
| | | background-color: #213145 !important; |
| | | } |
| | | </style> |
| | |
| | | |
| | | /*scrollbar END*/ |
| | | |
| | | .el-table__fixed::before{ |
| | | height: 0 !important; |
| | | } |
| | | .el-table__fixed-right::before{ |
| | | height: 0 !important; |
| | | } |
| | |
| | | v-model="radioSelectedId" |
| | | :label="row.id" |
| | | style="color: transparent;padding-left: 10px;" |
| | | |
| | | /> |
| | | <!-- @change.native="getCurrentRow(row.id)"--> |
| | | <!-- @change.native="getCurrentRow(row.id)"--> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | getCurrentRow(id) { |
| | | this.radioSelectedId = id |
| | | }, |
| | | rowClick(row){ |
| | | rowClick(row) { |
| | | this.radioSelectedId = row.id |
| | | }, |
| | | // 订单关闭 |