| | |
| | | stateParam: {}, |
| | | option: { |
| | | height: "auto", |
| | | tip:false, |
| | | index: true, |
| | | border: true, |
| | | addBtn: false, |
| | |
| | | }, |
| | | } |
| | | } |
| | | </script> |
| | | </script> |
| | |
| | | </template> |
| | | </avue-crud> |
| | | </el-card> |
| | | <el-card :style="{ marginTop: '20px' }"> |
| | | <avue-crud :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate" |
| | | <el-card :style="{ marginTop: '20px'}"> |
| | | <avue-crud :style="{ marginTop: '-20px'}" :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate" |
| | | @row-dblclick="handleRowClick"> |
| | | </avue-crud> |
| | | </el-card> |
| | |
| | | ::v-deep(.el-transfer-panel) { |
| | | width: 270px; |
| | | } |
| | | </style> |
| | | </style> |
| | |
| | | data: [], |
| | | option: { |
| | | height: "auto", |
| | | tip:false, |
| | | border: true, |
| | | align: 'center', |
| | | menuAlign: 'center', |
| | |
| | | ::v-deep(.avue-crud .el-select) { |
| | | width: 100px !important; |
| | | } |
| | | </style> |
| | | </style> |