mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-03 04:27:56 +08:00
[Core] [DataSet] Support synchronization of historical error information
This commit is contained in:
parent
7dc09c59f6
commit
e58f5294e1
@ -13,7 +13,15 @@
|
||||
</template>
|
||||
<template #state="{row}">
|
||||
<Tag :color="getColor(row.state)">
|
||||
{{ getStateText(row.state) }}
|
||||
<Poptip v-if="row.state === 'FAILURE'"
|
||||
:content="row.message"
|
||||
transfer
|
||||
placement="bottom">
|
||||
{{ getStateText(row.state) }}
|
||||
</Poptip>
|
||||
<span v-else>
|
||||
{{ getStateText(row.state) }}
|
||||
</span>
|
||||
</Tag>
|
||||
</template>
|
||||
</Table>
|
||||
|
Loading…
Reference in New Issue
Block a user