openatc-components 0.2.41 → 0.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,6 +135,10 @@ export default {
|
|
|
135
135
|
top:'5PX',
|
|
136
136
|
left:'12px'
|
|
137
137
|
})
|
|
138
|
+
},
|
|
139
|
+
noClick: {
|
|
140
|
+
type: Boolean,
|
|
141
|
+
default: false
|
|
138
142
|
}
|
|
139
143
|
},
|
|
140
144
|
data () {
|
|
@@ -254,6 +258,7 @@ export default {
|
|
|
254
258
|
return res
|
|
255
259
|
},
|
|
256
260
|
selectStages (value) {
|
|
261
|
+
if (this.noClick) return
|
|
257
262
|
if (this.isShowCurrentStage) {
|
|
258
263
|
return false
|
|
259
264
|
}
|