| | |
| | | icon="Delete" |
| | | :disabled="scheduledMultipleList.length <= 0" |
| | | @click="delScheduledTaskByIds(scheduledMultipleList.map((item) => item.id))" |
| | | > |
| | | v-hasPermi="['equipmentManagement:upkeep:remove']"> |
| | | 批量删除 |
| | | </el-button> |
| | | </div> |
| | |
| | | type="danger" |
| | | link |
| | | @click="delScheduledTaskByIds(row.id)" |
| | | > |
| | | v-hasPermi="['equipmentManagement:upkeep:remove']"> |
| | | 删除 |
| | | </el-button> |
| | | </template> |
| | |
| | | icon="Delete" |
| | | :disabled="multipleList.length <= 0 || hasFinishedStatus" |
| | | @click="delRepairByIds(multipleList.map((item) => item.id))" |
| | | > |
| | | v-hasPermi="['equipmentManagement:upkeep:remove']"> |
| | | 批量删除 |
| | | </el-button> |
| | | </div> |
| | |
| | | link |
| | | :disabled="row.status === 1" |
| | | @click="delRepairByIds(row.id)" |
| | | > |
| | | v-hasPermi="['equipmentManagement:upkeep:remove']"> |
| | | 删除 |
| | | </el-button> |
| | | <el-button |