Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
energyai_vue
Commits
bbc9c50e
Commit
bbc9c50e
authored
Apr 21, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
37f9adcc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
hallModal.vue
src/pages/eq/hall/components/hallModal.vue
+13
-6
No files found.
src/pages/eq/hall/components/hallModal.vue
View file @
bbc9c50e
<
template
>
<el-dialog
title=
"设
定
频率"
title=
"设
置
频率"
:visible
.
sync=
"hallModalVisible"
:append-to-body=
"true"
width=
'30%'
width=
"30%"
>
<el-form>
<el-form-item
label=
"设定频率:"
:label-width=
"formLabelWidth"
>
<el-input
size=
"mini"
autocomplete=
"off"
style=
'width:300px'
v-model=
"frequency"
></el-input>
<el-form-item
label=
"设置频率:"
:label-width=
"formLabelWidth"
>
<el-input
size=
"mini"
autocomplete=
"off"
style=
"width: 300px"
v-model=
"frequency"
></el-input>
</el-form-item>
<!--
<el-form-item
label=
"启动控制:"
:label-width=
"formLabelWidth"
>
<el-switch></el-switch>
</el-form-item>
-->
</el-form>
<div
slot=
"footer"
>
<el-button
size=
"mini"
@
click=
"hallModalVisible=false"
>
取 消
</el-button>
<el-button
size=
"mini"
type=
"primary"
@
click=
"cancelhandle"
>
确 定
</el-button>
<el-button
size=
"mini"
@
click=
"hallModalVisible = false"
>
取 消
</el-button>
<el-button
size=
"mini"
type=
"primary"
@
click=
"cancelhandle"
>
确 定
</el-button
>
</div>
</el-dialog>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment