Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
b924335c
Commit
b924335c
authored
Jun 26, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:设备管理添加所属机构
parent
01deb1a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
sample-form-manager-ui/admin/src/pages/hardware/modal/AddDevice.vue
...m-manager-ui/admin/src/pages/hardware/modal/AddDevice.vue
+8
-0
No files found.
sample-form-manager-ui/admin/src/pages/hardware/modal/AddDevice.vue
View file @
b924335c
...
...
@@ -135,6 +135,13 @@
placeholder=
"请输入楼层"
></el-input-number>
</el-form-item
></el-col>
<el-col
:span=
"12"
><el-form-item
label=
"所属机构"
prop=
"institution"
>
<el-input
v-model=
"form.institution"
placeholder=
"请输入所属机构"
></el-input>
</el-form-item
></el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
...
...
@@ -208,6 +215,7 @@ export default {
// enabled: "", // 启用状态 (0.停止,1.启用)
deviceInBuilding
:
""
,
// 所在楼宇
deviceInFloor
:
""
,
// 所在楼层
institution
:
""
,
},
rules
:
{
deviceName
:
[
...
...
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