@@ -68,9 +68,10 @@
{{ $tc('common.Status') }}:
{{ $tc('ops.' + executionInfo.status) }}
@@ -79,12 +80,13 @@
{{ executionInfo.timeCost.toFixed(2) }}
-
@@ -117,6 +119,8 @@ export default {
timeCost: 0,
cancel: 0
},
+ xtermConfig: {
+ },
DataZTree: 0,
runas: '',
dst_path: '',
@@ -341,7 +345,8 @@ export default {
const emptyFileElementList = document.getElementsByClassName('el-upload-list--text')[0]
const text = this.$tc('ops.NoFiles')
emptyFileElementList.insertAdjacentHTML('afterbegin',
- `
${text}
`)
+ `
+ ${text}
`)
}
})
},
@@ -478,7 +483,7 @@ export default {
display: flex;
}
- > > > .el-upload {
+ >>> .el-upload {
width: 400px;
flex-direction: column;
@@ -499,4 +504,13 @@ export default {
font-weight: 500;
}
}
+
+.output {
+ background: white;
+}
+
+.output >>> #terminal {
+ border: dashed 1px #d9d9d9;
+ margin: 0 20px 20px;
+}
diff --git a/src/views/ops/Job/QuickJob.vue b/src/views/ops/Job/QuickJob.vue
index 6f64d92ce..eee38bbbc 100644
--- a/src/views/ops/Job/QuickJob.vue
+++ b/src/views/ops/Job/QuickJob.vue
@@ -35,7 +35,12 @@
-
+
@@ -75,6 +80,8 @@ export default {
timeCost: 0,
cancel: 0
},
+ xtermConfig: {
+ },
showHelpDialog: false,
showOpenAdhocDialog: false,
showOpenAdhocSaveDialog: false,