mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 20:08:40 +08:00
fix
This commit is contained in:
parent
b2fe3fc68c
commit
6e270f0027
@ -111,7 +111,7 @@ export default {
|
||||
{ title: "名称", dataIndex: "name", ellipsis: true, scopedSlots: { customRender: "name" } },
|
||||
{ title: "定时执行", dataIndex: "autoExecCron", ellipsis: true, scopedSlots: { customRender: "autoExecCron" } },
|
||||
{ title: "修改时间", dataIndex: "modifyTimeMillis", width: 180, ellipsis: true, scopedSlots: { customRender: "modifyTimeMillis" } },
|
||||
{ title: "修改人", dataIndex: "modifyUser", ellipsis: true, scopedSlots: { customRender: "modifyUser" }, width: 120 },
|
||||
// { title: "修改人", dataIndex: "modifyUser", ellipsis: true, scopedSlots: { customRender: "modifyUser" }, width: 120 },
|
||||
{ title: "最后操作人", dataIndex: "lastRunUser", ellipsis: true, scopedSlots: { customRender: "lastRunUser" } },
|
||||
{ title: "操作", dataIndex: "operation", align: "center", scopedSlots: { customRender: "operation" }, width: 180 },
|
||||
],
|
||||
|
@ -68,9 +68,9 @@
|
||||
<!-- <span>{{ parseTime(record.createTimeMillis) }}</span> -->
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<a-tooltip slot="modifyUser" slot-scope="text" placement="topLeft" :title="text">
|
||||
<!-- <a-tooltip slot="modifyUser" slot-scope="text" placement="topLeft" :title="text">
|
||||
<span>{{ text }}</span>
|
||||
</a-tooltip>
|
||||
</a-tooltip> -->
|
||||
<template slot="status" slot-scope="text, record">
|
||||
<template v-if="record.error">
|
||||
<a-tooltip :title="record.error">
|
||||
@ -460,14 +460,14 @@ export default {
|
||||
{ title: "运行方式", dataIndex: "runMode", sorter: true, width: 90, ellipsis: true, align: "center", scopedSlots: { customRender: "runMode" } },
|
||||
{ title: "修改时间", sorter: true, dataIndex: "modifyTimeMillis", width: 170, ellipsis: true, scopedSlots: { customRender: "time" } },
|
||||
|
||||
{
|
||||
title: "最后操作人",
|
||||
dataIndex: "modifyUser",
|
||||
width: 100,
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
scopedSlots: { customRender: "modifyUser" },
|
||||
},
|
||||
// {
|
||||
// title: "最后操作人",
|
||||
// dataIndex: "modifyUser",
|
||||
// width: 100,
|
||||
// ellipsis: true,
|
||||
// sorter: true,
|
||||
// scopedSlots: { customRender: "modifyUser" },
|
||||
// },
|
||||
{ title: "运行状态", dataIndex: "status", width: 80, ellipsis: true, align: "center", scopedSlots: { customRender: "status" } },
|
||||
{ title: "端口/PID", dataIndex: "port", width: 100, ellipsis: true, scopedSlots: { customRender: "port" } },
|
||||
{ title: "操作", dataIndex: "operation", scopedSlots: { customRender: "operation" }, align: "center", width: 180 },
|
||||
|
@ -259,13 +259,13 @@ export default {
|
||||
width: 170,
|
||||
},
|
||||
{ title: "运行方式", dataIndex: "runMode", width: 90, ellipsis: true, scopedSlots: { customRender: "runMode" } },
|
||||
{
|
||||
title: "最后操作人",
|
||||
dataIndex: "modifyUser",
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: "modifyUser" },
|
||||
},
|
||||
// {
|
||||
// title: "最后操作人",
|
||||
// dataIndex: "modifyUser",
|
||||
// width: 120,
|
||||
// ellipsis: true,
|
||||
// scopedSlots: { customRender: "modifyUser" },
|
||||
// },
|
||||
{ title: "运行状态", dataIndex: "status", align: "center", width: 100, ellipsis: true, scopedSlots: { customRender: "status" } },
|
||||
{ title: "端口/PID", dataIndex: "port", width: 100, ellipsis: true, scopedSlots: { customRender: "port" } },
|
||||
{ title: "操作", dataIndex: "operation", align: "center", scopedSlots: { customRender: "operation" }, width: "180px" },
|
||||
|
Loading…
Reference in New Issue
Block a user