| | |
| | | <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 |
| | |
| | | export default defineComponent({ |
| | | components: { ElButton, ElInput,search,Dailog}, |
| | | setup() { |
| | | |
| | | |
| | | |
| | | |
| | | // 下方导航与表格 |
| | | const activeName = ref("1"); |
| | | const handleClick = (tab: TabsPaneContext, event: Event) => { |
| | |
| | | display: flex; |
| | | justify-content: right; |
| | | } |
| | | </style> |
| | | </style> |