| | |
| | | v-hasPermi="['monitor:job:query']"
|
| | | >日志</el-button>
|
| | | </el-col>
|
| | | <table-tools-ext :showSearch.sync="showSearch" @queryTable="getList"></table-tools-ext>
|
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
| | | </el-row>
|
| | |
|
| | | <el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange">
|
| | |
| | | type="text"
|
| | | icon="el-icon-caret-right"
|
| | | @click="handleRun(scope.row)"
|
| | | v-hasPermi="['monitor:job:edit']"
|
| | | v-hasPermi="['monitor:job:changeStatus']"
|
| | | >执行一次</el-button>
|
| | | <el-button
|
| | | size="mini"
|