添加查看页面
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
style="width: 180px"
|
||||
filterable
|
||||
v-model="form[0].flickerData.fchagFre"
|
||||
:disabled="!form[0].flickerFlag || props.childForm[0].flickerData.flickerValue == null"
|
||||
@change="changeWaveType"
|
||||
>
|
||||
<el-option
|
||||
@@ -44,7 +43,6 @@
|
||||
placeholder="请输入变动量"
|
||||
style="width: 180px"
|
||||
v-model="form[0].flickerData.fchagValue"
|
||||
:disabled="!form[0].flickerFlag || props.childForm[0].flickerData.flickerValue == null"
|
||||
/>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user