| | |
| | | <el-icon><Download /></el-icon> |
| | | 导出数据 |
| | | </el-button> |
| | | <el-button type="danger" @click="handleBatchDelete" :disabled="selectedRows.length === 0"> |
| | | <el-button type="danger" @click="handleBatchDelete" :disabled="selectedRows.length === 0" v-hasPermi="['procurementManagement:advancedPriceManagement:remove']"> |
| | | <el-icon><Delete /></el-icon> |
| | | 批量删除 |
| | | </el-button> |
| | |
| | | <el-icon><Edit /></el-icon> |
| | | 编辑 |
| | | </el-button> |
| | | <el-button type="danger" link @click="handleDelete(row)"> |
| | | <el-button type="danger" link @click="handleDelete(row)" v-hasPermi="['procurementManagement:advancedPriceManagement:remove']"> |
| | | <el-icon><Delete /></el-icon> |
| | | 删除 |
| | | </el-button> |