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