Commit bd4f2b8b by AhJindeg

fix: 馃悶 add result field to JobLogDetail el-descriptions-item

parent 7fe8b8b7
......@@ -12,6 +12,7 @@ export interface JobLogVO {
duration: string
status: number
createTime: string
result: string
}
// 浠诲姟鏃ュ織鍒楄〃
......
......@@ -26,7 +26,7 @@
<dict-tag :type="DICT_TYPE.INFRA_JOB_LOG_STATUS" :value="detailData.status" />
</el-descriptions-item>
<el-descriptions-item label="鎵ц缁撴灉">
{{ detailData.duration + ' result' }}
{{ detailData.result }}
</el-descriptions-item>
</el-descriptions>
</Dialog>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment