作者 RuoYi

修正定时任务执行一次权限标识

@@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
111 type="text" 111 type="text"
112 icon="el-icon-caret-right" 112 icon="el-icon-caret-right"
113 @click="handleRun(scope.row)" 113 @click="handleRun(scope.row)"
114 - v-hasPermi="['monitor:job:edit']" 114 + v-hasPermi="['monitor:job:changeStatus']"
115 >执行一次</el-button> 115 >执行一次</el-button>
116 <el-button 116 <el-button
117 size="mini" 117 size="mini"