| | |
| | | </el-form-item> |
| | | <el-form-item label="关联入园事由"> |
| | | <el-checkbox-group v-model="param.checkList"> |
| | | <el-checkbox label="0">安泰装货</el-checkbox> |
| | | <el-checkbox label="0">安泰卸货</el-checkbox> |
| | | <el-checkbox label="0">装货</el-checkbox> |
| | | <el-checkbox label="0">卸货</el-checkbox> |
| | | <el-checkbox label="0">市公司卸货</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | |
| | | :titles="['待添加月台', '已添加月台']" |
| | | v-model="param.sel" |
| | | :data="data" |
| | | class="transfer" |
| | | |
| | | > |
| | | </el-transfer> |
| | |
| | | handleDel () { }, |
| | | handleSizeChange (capacity) { |
| | | this.pagination.capacity = capacity |
| | | this.getList(1) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang="scss" scoped> |
| | | .transfer { |
| | | height: 600px; |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | |
| | | ::v-deep .el-transfer-panel { |
| | | flex: 1; |
| | | height: 100%; |
| | | } |
| | | |
| | | ::v-deep .el-transfer-panel__body { |
| | | height: 500px; |
| | | } |
| | | |
| | | ::v-deep .el-transfer-panel__list.is-filterable { |
| | | height: 480px; |
| | | } |
| | | } |
| | | </style> |