|
@@ -95,7 +95,7 @@ |
|
@@ -95,7 +95,7 @@ |
|
95
|
|
95
|
|
|
96
|
<el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange">
|
96
|
<el-table v-loading="loading" :data="jobList" @selection-change="handleSelectionChange">
|
|
97
|
<el-table-column type="selection" width="55" align="center" />
|
97
|
<el-table-column type="selection" width="55" align="center" />
|
|
98
|
- <el-table-column label="任务编号" align="center" prop="jobId" />
|
98
|
+ <el-table-column label="任务编号" width="100" align="center" prop="jobId" />
|
|
99
|
<el-table-column label="任务名称" align="center" prop="jobName" :show-overflow-tooltip="true" />
|
99
|
<el-table-column label="任务名称" align="center" prop="jobName" :show-overflow-tooltip="true" />
|
|
100
|
<el-table-column label="任务组名" align="center" prop="jobGroup">
|
100
|
<el-table-column label="任务组名" align="center" prop="jobGroup">
|
|
101
|
<template slot-scope="scope">
|
101
|
<template slot-scope="scope">
|
|
@@ -240,7 +240,7 @@ |
|
@@ -240,7 +240,7 @@ |
|
240
|
</div>
|
240
|
</div>
|
|
241
|
</el-dialog>
|
241
|
</el-dialog>
|
|
242
|
|
242
|
|
|
243
|
- <el-dialog title="Cron表达式生成器" :visible.sync="openCron">
|
243
|
+ <el-dialog title="Cron表达式生成器" :visible.sync="openCron" append-to-body class="scrollbar">
|
|
244
|
<crontab @hide="openCron=false" @fill="crontabFill" :expression="expression"></crontab>
|
244
|
<crontab @hide="openCron=false" @fill="crontabFill" :expression="expression"></crontab>
|
|
245
|
</el-dialog>
|
245
|
</el-dialog>
|
|
246
|
|
246
|
|