mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-01 19:49:10 +08:00
fix(接口定义): 修复引用的场景场景设置被禁用的缺陷
This commit is contained in:
parent
161336a8f7
commit
4bb57ce4ae
@ -43,11 +43,11 @@
|
||||
:visible.sync="dialogVisible" width="400px">
|
||||
<ul>
|
||||
<el-tooltip :content="$t('commons.enable_scene_info')" placement="top" v-if='showEnableScenario'>
|
||||
<el-checkbox v-model="data.environmentEnable" @change="checkEnv" :disabled="data.disabled">
|
||||
<el-checkbox v-model="data.environmentEnable" @change="checkEnv">
|
||||
{{ $t('commons.enable_scene') }}
|
||||
</el-checkbox>
|
||||
</el-tooltip>
|
||||
<el-checkbox v-model="data.variableEnable" :disabled="data.disabled">
|
||||
<el-checkbox v-model="data.variableEnable">
|
||||
{{ $t('commons.variable_scene') }}
|
||||
</el-checkbox>
|
||||
</ul>
|
||||
@ -96,6 +96,9 @@ export default {
|
||||
mounted() {
|
||||
this.allSamplers = this.filter.get('DEFINITION');
|
||||
},
|
||||
created() {
|
||||
console.log(this.data)
|
||||
},
|
||||
methods: {
|
||||
handleCommand(cmd) {
|
||||
switch (cmd) {
|
||||
|
Loading…
Reference in New Issue
Block a user