| | |
| | | import request from '@/config/axios' |
| | | |
| | | export interface SuggestOperationRecordPageReqVO extends PageParam { |
| | | modelId?: string |
| | | scheduleTime?: string |
| | | modelId?: string; |
| | | modelName?: string; |
| | | scheduleTime?: string; |
| | | startTime?: string; |
| | | endTime?: string; |
| | | handler?: string; |
| | | } |
| | | |
| | | export const getSuggestOperationRecordPage = (params: SuggestOperationRecordPageReqVO) => { |
| | |
| | | <el-button |
| | | link |
| | | type="primary" |
| | | @click="openForm('item', scope.row.modelId ,scope.row.scheduleTime)" |
| | | @click="openForm(scope.row.modelId ,scope.row.scheduleTime)" |
| | | > |
| | | 调度历史 |
| | | </el-button> |