chore: 更新字段
This commit is contained in:
parent
9f5a5c5fc4
commit
451dca4793
@ -26,6 +26,7 @@ export interface TaskInfo {
|
||||
nodeRatio?: string;
|
||||
createBy: string;
|
||||
createByName: string;
|
||||
targetNodeName?: string;
|
||||
}
|
||||
|
||||
export interface CompleteTaskReqData {
|
||||
|
@ -51,7 +51,8 @@ const diffUpdateTimeString = computed(() => {
|
||||
/>
|
||||
</template>
|
||||
<DescriptionsItem label="当前任务">
|
||||
<div class="font-bold">{{ info.nodeName }}</div>
|
||||
<!-- TODO: 这里有待确认 我的已办是有这个字段 其他没有 -->
|
||||
<div class="font-bold">{{ info.targetNodeName ?? info.nodeName }}</div>
|
||||
</DescriptionsItem>
|
||||
<DescriptionsItem label="提交时间">
|
||||
{{ info.createTime }}
|
||||
|
Loading…
Reference in New Issue
Block a user