Analysis Monitor 模块 Alarm History 表格字段取值调整
This commit is contained in:
parent
15f46b20ad
commit
5cc3e24d8c
|
@ -12,22 +12,22 @@
|
|||
:pagination="false"
|
||||
@rowDbclick="rowClick"
|
||||
>
|
||||
<template slot="stationList" slot-scope="{ text }">
|
||||
<!-- <template slot="stationList" slot-scope="{ text }">
|
||||
<a-tooltip placement="topLeft">
|
||||
<template slot="title">
|
||||
{{ text.join('、') }}
|
||||
</template>
|
||||
{{ text.join('、') }}
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<template slot="sourceList" slot-scope="{ text }">
|
||||
</template> -->
|
||||
<!-- <template slot="sourceList" slot-scope="{ text }">
|
||||
<a-tooltip placement="topLeft">
|
||||
<template slot="title">
|
||||
{{ text.join('、') }}
|
||||
</template>
|
||||
{{ text.join('、') }}
|
||||
</a-tooltip>
|
||||
</template>
|
||||
</template> -->
|
||||
<template slot="info" slot-scope="{ text, record }">
|
||||
<a-popover
|
||||
trigger="hover"
|
||||
|
@ -211,12 +211,12 @@ const columns = [
|
|||
{
|
||||
title: 'STATION CODE',
|
||||
align: 'center',
|
||||
dataIndex: 'stationList',
|
||||
dataIndex: 'stationCode',
|
||||
width: 160,
|
||||
ellipsis: true,
|
||||
scopedSlots: {
|
||||
customRender: 'stationList',
|
||||
},
|
||||
// scopedSlots: {
|
||||
// customRender: 'stationList',
|
||||
// },
|
||||
},
|
||||
{
|
||||
title: 'COLLECTION START',
|
||||
|
@ -233,12 +233,12 @@ const columns = [
|
|||
{
|
||||
title: 'DATA SOURCE ',
|
||||
align: 'center',
|
||||
dataIndex: 'sourceList',
|
||||
dataIndex: 'datasource',
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
scopedSlots: {
|
||||
customRender: 'sourceList',
|
||||
},
|
||||
// scopedSlots: {
|
||||
// customRender: 'sourceList',
|
||||
// },
|
||||
},
|
||||
{
|
||||
title: 'ALARM INFO',
|
||||
|
|
Loading…
Reference in New Issue
Block a user