Commit bbc9c50e authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 37f9adcc
<template> <template>
<el-dialog <el-dialog
title="设频率" title="设频率"
:visible.sync="hallModalVisible" :visible.sync="hallModalVisible"
:append-to-body="true" :append-to-body="true"
width='30%' width="30%"
> >
<el-form> <el-form>
<el-form-item label="设定频率:" :label-width="formLabelWidth"> <el-form-item label="设置频率:" :label-width="formLabelWidth">
<el-input size="mini" autocomplete="off" style='width:300px' v-model="frequency"></el-input> <el-input
size="mini"
autocomplete="off"
style="width: 300px"
v-model="frequency"
></el-input>
</el-form-item> </el-form-item>
<!-- <el-form-item label="启动控制:" :label-width="formLabelWidth"> <!-- <el-form-item label="启动控制:" :label-width="formLabelWidth">
<el-switch></el-switch> <el-switch></el-switch>
</el-form-item> --> </el-form-item> -->
</el-form> </el-form>
<div slot="footer"> <div slot="footer">
<el-button size="mini" @click="hallModalVisible=false">取 消</el-button> <el-button size="mini" @click="hallModalVisible = false">取 消</el-button>
<el-button size="mini" type="primary" @click="cancelhandle">确 定</el-button> <el-button size="mini" type="primary" @click="cancelhandle"
>确 定</el-button
>
</div> </div>
</el-dialog> </el-dialog>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment