20230224
This commit is contained in:
parent
9faec65a46
commit
b527a2c23c
|
@ -69,8 +69,8 @@
|
||||||
componentForm.componentType != '类型' &&
|
componentForm.componentType != '类型' &&
|
||||||
componentForm.componentType != '流量'
|
componentForm.componentType != '流量'
|
||||||
">
|
">
|
||||||
<el-input-number v-model="componentForm.startValue"></el-input-number>
|
<el-input-number v-model="componentForm.startValue" :min="0"></el-input-number>
|
||||||
<el-input-number v-model="componentForm.endValue" style="margin-left:5%"></el-input-number>
|
<el-input-number v-model="componentForm.endValue" :min="1" style="margin-left:5%"></el-input-number>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="流量类型:" v-if="componentForm.componentType == '流量'">
|
<el-form-item label="流量类型:" v-if="componentForm.componentType == '流量'">
|
||||||
<el-radio-group v-model="componentForm.FlowType">
|
<el-radio-group v-model="componentForm.FlowType">
|
||||||
|
@ -145,12 +145,19 @@
|
||||||
<!-- <el-checkbox-group v-model="componentForm.presentation" @change="handlePresentation">
|
<!-- <el-checkbox-group v-model="componentForm.presentation" @change="handlePresentation">
|
||||||
<el-checkbox v-for="item in sectionals" :label="item.graphicName" :key="item.graphicId" >{{item.graphicName}}</el-checkbox>
|
<el-checkbox v-for="item in sectionals" :label="item.graphicName" :key="item.graphicId" >{{item.graphicName}}</el-checkbox>
|
||||||
</el-checkbox-group> -->
|
</el-checkbox-group> -->
|
||||||
|
<!-- <el-tag type="warning" ></el-tag> -->
|
||||||
|
<!-- <el-alert v-if="componentForm.componentType == '速度'"
|
||||||
|
title="请至分析配置设置坐标转换"
|
||||||
|
type="info"
|
||||||
|
show-icon>
|
||||||
|
</el-alert> -->
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="onSubmitComponent(componentForm)">确认</el-button>
|
<el-button type="primary" @click="onSubmitComponent(componentForm)">确认</el-button>
|
||||||
<el-button @click="closeComponent(componentForm)">取消</el-button>
|
<el-button @click="closeComponent(componentForm)">取消</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue