File tree Expand file tree Collapse file tree 3 files changed +32
-32
lines changed
web/packages/scriptis/module/workbench Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 154
154
v-if =" closeModal.save"
155
155
type =" primary"
156
156
@click =" closeModal.save"
157
- >{{ $t('message.scripts.container.footer.save') }}</Button
157
+ >{{ $t('message.scripts.container.footer.save') }}</Button
158
158
>
159
159
<Button
160
160
v-if =" closeModal.saveAs"
161
161
type =" primary"
162
162
@click =" closeModal.saveAs"
163
- >{{ $t('message.scripts.container.footer.saveAs') }}</Button
163
+ >{{ $t('message.scripts.container.footer.saveAs') }}</Button
164
164
>
165
165
</div >
166
166
</Modal >
@@ -1038,11 +1038,11 @@ export default {
1038
1038
const scriptText =
1039
1039
work .type === ' hdfsScript'
1040
1040
? ` ${ work .filename } -${ this .$t (
1041
- ' message.scripts.container.removeWork.readOnly'
1042
- )} `
1041
+ ' message.scripts.container.removeWork.readOnly'
1042
+ )} `
1043
1043
: ` ${ work .filename } -${ this .$t (
1044
- ' message.scripts.container.removeWork.temporary'
1045
- )} `
1044
+ ' message.scripts.container.removeWork.temporary'
1045
+ )} `
1046
1046
this .closeModal .text = scriptText
1047
1047
this .closeModal .save = null
1048
1048
this .closeModal .saveAs = () => {
@@ -1230,11 +1230,11 @@ export default {
1230
1230
const configuration = isEmpty (params .configuration )
1231
1231
? {}
1232
1232
: {
1233
- special: {},
1234
- runtime: {},
1235
- startup: {},
1236
- ... params .configuration ,
1237
- }
1233
+ special: {},
1234
+ runtime: {},
1235
+ startup: {},
1236
+ ... params .configuration ,
1237
+ }
1238
1238
return {
1239
1239
... params,
1240
1240
variable,
Original file line number Diff line number Diff line change 17
17
<div
18
18
v-if ="
19
19
scriptType !== 'hdfsScript' &&
20
- scriptType !== 'historyScript' &&
21
- !readonly
20
+ scriptType !== 'historyScript' &&
21
+ !readonly
22
22
"
23
23
class =" workbench-body-navbar-group"
24
24
>
72
72
class =" workbench-body-navbar-item"
73
73
v-if ="
74
74
!script.readOnly &&
75
- !isHdfs &&
76
- isSupport &&
77
- (script.application == 'jdbc' || script.application == 'ck')
75
+ !isHdfs &&
76
+ isSupport &&
77
+ (script.application == 'jdbc' || script.application == 'ck')
78
78
"
79
79
>
80
80
<Select
89
89
v-for =" item in dataSetList"
90
90
:value =" item.dataSourceName"
91
91
:key =" item.id"
92
- >{{ item.dataSourceName }}</Option
92
+ >{{ item.dataSourceName }}</Option
93
93
>
94
94
</Select >
95
95
</div >
Original file line number Diff line number Diff line change @@ -981,8 +981,8 @@ export default {
981
981
const name = this .work .filepath || this .work .filename
982
982
const label = autoJoin
983
983
? ` ${ this .$root .$t (' message.scripts.script' )}${
984
- this .work .filename
985
- } ${ msg} `
984
+ this .work .filename
985
+ } ${ msg} `
986
986
: msg
987
987
this .$Notice .close (name)
988
988
this .$Notice [type]({
@@ -1584,15 +1584,15 @@ export default {
1584
1584
: util .convertArrayToObject (params .variable )
1585
1585
const configuration = isEmpty (params .configuration )
1586
1586
? {
1587
- special: {},
1588
- runtime: {},
1589
- startup: {},
1590
- }
1587
+ special: {},
1588
+ runtime: {},
1589
+ startup: {},
1590
+ }
1591
1591
: {
1592
- special: params .configuration .special || {},
1593
- runtime: params .configuration .runtime || {},
1594
- startup: params .configuration .startup || {},
1595
- }
1592
+ special: params .configuration .special || {},
1593
+ runtime: params .configuration .runtime || {},
1594
+ startup: params .configuration .startup || {},
1595
+ }
1596
1596
return {
1597
1597
variable,
1598
1598
configuration,
@@ -1605,11 +1605,11 @@ export default {
1605
1605
const configuration = isEmpty (params .configuration )
1606
1606
? {}
1607
1607
: {
1608
- special: {},
1609
- runtime: {},
1610
- startup: {},
1611
- ... params .configuration ,
1612
- }
1608
+ special: {},
1609
+ runtime: {},
1610
+ startup: {},
1611
+ ... params .configuration ,
1612
+ }
1613
1613
return {
1614
1614
... params,
1615
1615
variable,
You can’t perform that action at this time.
0 commit comments