| | |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <div class="gd-table-toolbar"> |
| | | <el-button :icon="Plus" color="#4C34FF" type="primary" @click="handleCreate"> |
| | | 创建 |
| | | </el-button> |
| | | <el-button |
| | | :icon="Delete" |
| | | |
| | | @click="handleBatchDelete" |
| | | > |
| | | 删除 |
| | | </el-button> |
| | | </div> |
| | | |
| | | <div class="gd-table-container" v-loading="loading"> |
| | | <div class="gd-table-toolbar"> |
| | | <el-button :icon="Plus" color="#4C34FF" type="primary" @click="handleCreate"> |
| | | 创建 |
| | | </el-button> |
| | | <el-button |
| | | :icon="Delete" |
| | | |
| | | @click="handleBatchDelete" |
| | | > |
| | | 删除 |
| | | </el-button> |
| | | </div> |
| | | |
| | | <div class="gd-table-content gd-table-content-bg"> |
| | | <el-table class="gd-table" :data="list" @selection-change="selectionChange"> |
| | | <el-table-column type="selection" width="55" /> |