| | |
| | | <el-space> |
| | | <el-button type="primary" :icon="Plus" @click="openDia()">新建</el-button> |
| | | <el-button type="danger" :icon="Delete" @click="handleDelete">删除</el-button> |
| | | <el-button type="info" plain :icon="Download" @click="handleExport">导出</el-button> |
| | | <!-- <el-button type="info" plain :icon="Download" @click="handleExport">导出</el-button> --> |
| | | </el-space> |
| | | <!-- 表格组件 --> |
| | | <div> |
| | |
| | | @selection-change="handleSelectionChange" |
| | | :show-selection="true" |
| | | :border="true" |
| | | style="width: 100%;height: calc(100vh - 28em)" |
| | | style="width: 100%;height: calc(100vh - 30em)" |
| | | @edit="openDia"></ETable> |
| | | </div> |
| | | <pagination |