联调cvt执行算法页面
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
v-show="!collapse"
|
||||
class="sidebar-title"
|
||||
:style="{ fontSize: settings.layout === 'layout1' && settings.title.length >= 8 ? '14px' : '24px'}"
|
||||
>{{ settings.title }} </h1>
|
||||
>{{ settings.title }} <span style="font-size: 14px">(v1.0.0)</span> </h1>
|
||||
</transition>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -43,14 +43,8 @@
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="CVT型号:" v-show="condition.includes('40')">
|
||||
<!-- <el-cascader
|
||||
v-model="cvt"
|
||||
:options="cvtList"
|
||||
:props="{ expandTrigger: 'hover' }"
|
||||
clearable
|
||||
filterable
|
||||
></el-cascader> -->
|
||||
<!-- <el-form-item label="CVT型号:" v-show="condition.includes('40')">
|
||||
|
||||
<el-select v-model="cvt" value-key="value" clearable filterable placeholder="请选择CVT型号">
|
||||
<el-option
|
||||
v-for="item in cvtList"
|
||||
@@ -59,7 +53,7 @@
|
||||
:value="item"
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item v-show="jxb" label="间谐波次数:">
|
||||
<el-select v-model="formData.inHarmonic" placeholder="请选择间谐波">
|
||||
<el-option
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
format="yyyy-MM-dd HH:mm:ss"
|
||||
:picker-options="pickerOptions"
|
||||
:clearable="false"
|
||||
></el-date-picker>
|
||||
</div>
|
||||
<el-button type="primary" @click="execute">执 行</el-button>
|
||||
|
||||
Reference in New Issue
Block a user