style: lint auto-fix remaining workflow pages
This commit is contained in:
parent
bb97af32e7
commit
9eae9bbbd3
@ -259,19 +259,13 @@ onMounted(() => {
|
||||
</Tag>
|
||||
</DescriptionsItem>
|
||||
<DescriptionsItem label="发起人">
|
||||
{{
|
||||
getUserName(detail.initiatorId)
|
||||
}}
|
||||
{{ getUserName(detail.initiatorId) }}
|
||||
</DescriptionsItem>
|
||||
<DescriptionsItem label="启动时间">
|
||||
{{
|
||||
new Date(detail.startedAt).toLocaleString()
|
||||
}}
|
||||
{{ new Date(detail.startedAt).toLocaleString() }}
|
||||
</DescriptionsItem>
|
||||
<DescriptionsItem label="定义 ID">
|
||||
{{
|
||||
detail.definitionId
|
||||
}}
|
||||
{{ detail.definitionId }}
|
||||
</DescriptionsItem>
|
||||
<DescriptionsItem label="完成时间">
|
||||
{{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user