parent
d69f01be2a
commit
c66b38c4e0
|
@ -198,7 +198,6 @@
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
min-width="100px"
|
min-width="100px"
|
||||||
v-if="!trashEnable"
|
|
||||||
:filters="!trashEnable ? scheduleFilters : null"
|
:filters="!trashEnable ? scheduleFilters : null"
|
||||||
prop="schedule">
|
prop="schedule">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
|
@ -208,6 +207,7 @@
|
||||||
@scheduleChange="scheduleStatusChange"
|
@scheduleChange="scheduleStatusChange"
|
||||||
@refreshTable="nodeChange"
|
@refreshTable="nodeChange"
|
||||||
:scenario="scope.row"
|
:scenario="scope.row"
|
||||||
|
:has-permission="trashEnable"
|
||||||
:request="runRequest"
|
:request="runRequest"
|
||||||
:schedule="scope.row.scheduleObj" />
|
:schedule="scope.row.scheduleObj" />
|
||||||
<i v-else class="el-icon-loading" />
|
<i v-else class="el-icon-loading" />
|
||||||
|
|
Loading…
Reference in New Issue