| | |
| | | <div class="minCenter"> |
| | | <div class="btns"> |
| | | <div> |
| | | <el-button type="primary" :icon="Plus" @click="openType">新建</el-button> |
| | | <el-button type="warning" :icon="EditPen" plain >修改</el-button> |
| | | <el-button type="danger" :icon="Delete" plain>删除</el-button> |
| | | <el-button size="default" type="primary" :icon="Plus" @click="openType">新建</el-button> |
| | | <el-button size="default" type="warning" :icon="EditPen" plain >修改</el-button> |
| | | <el-button size="default" type="danger" :icon="Delete" plain>删除</el-button> |
| | | </div> |
| | | </div> |
| | | <el-table |