|
@ -79,8 +79,8 @@ |
|
|
|
|
|
|
|
|
<el-table ref="myTable" v-loading="loading" :data="jobList" @selection-change="handleSelectionChange"> |
|
|
<el-table ref="myTable" v-loading="loading" :data="jobList" @selection-change="handleSelectionChange"> |
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
<el-table-column label="服务名称" align="center" prop="jobName" :show-overflow-tooltip="true" v-if="!propertyList.includes('jobName')" /> |
|
|
|
|
|
<el-table-column label="调用目标字符串" align="center" prop="invokeTarget" :show-overflow-tooltip="true" v-if="!propertyList.includes('invokeTarget')" /> |
|
|
|
|
|
|
|
|
<el-table-column label="服务名称" width="300" align="center" prop="jobName" :show-overflow-tooltip="true" v-if="!propertyList.includes('jobName')" /> |
|
|
|
|
|
<el-table-column label="调用目标字符串" width="500" align="center" prop="invokeTarget" :show-overflow-tooltip="true" v-if="!propertyList.includes('invokeTarget')" /> |
|
|
<el-table-column label="cron执行表达式" align="center" prop="cronExpression" :show-overflow-tooltip="true" v-if="!propertyList.includes('cronExpression')" /> |
|
|
<el-table-column label="cron执行表达式" align="center" prop="cronExpression" :show-overflow-tooltip="true" v-if="!propertyList.includes('cronExpression')" /> |
|
|
<el-table-column label="状态" align="center"> |
|
|
<el-table-column label="状态" align="center"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|