Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
4d8559b3
Commit
4d8559b3
authored
Jun 25, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备管理问题 gengdidi
parent
abc222dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
SafetyDeviceMgEdit.vue
...stem-master/src/views/SafetyDevice/SafetyDeviceMgEdit.vue
+16
-6
No files found.
dcit-hcsystem-hcsystem-master/src/views/SafetyDevice/SafetyDeviceMgEdit.vue
View file @
4d8559b3
...
...
@@ -6,7 +6,7 @@
:show-close=
"false"
:close-on-click-modal=
"false"
>
<el-form
ref=
"editForm"
:model=
"editForm"
:rules=
"rules"
label-width=
"10
0
px"
>
<el-form
ref=
"editForm"
:model=
"editForm"
:rules=
"rules"
label-width=
"10
6
px"
>
<el-form-item
label=
"选择企业"
prop=
"enterpriseId"
v-if=
"play"
>
<el-select
v-model=
"editForm.enterpriseId"
placeholder=
"请选择"
@
change=
"seletChange"
>
<el-option
...
...
@@ -50,19 +50,29 @@
<el-form-item
label=
"所在厂区位置"
prop=
"factoryLocation"
>
<el-input
v-model=
"editForm.factoryLocation"
></el-input>
</el-form-item>
<el-form-item
label=
"经度"
prop=
"longitude"
>
<p
style=
"color: #F56C6C;float: left;position: relative;left: 45px;"
>
*
</p>
<el-form-item
label=
"经纬度"
>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"8"
>
<!--
<el-input
v-model=
"editForm.longitude"
></el-input>
-->
<el-form-item
prop=
"longitude"
style=
"margin-right: 9px"
>
<el-input
v-model=
"editForm.longitude"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
prop=
"latitude"
style=
"margin-right: 9px"
>
<el-input
v-model=
"editForm.latitude"
></el-input>
</el-form-item>
<!--
<el-input
v-model=
"editForm.latitude"
></el-input>
-->
</el-col>
<el-col
:span=
"6"
>
<el-button
type=
"primary"
plain
@
click=
"MapdialogFun"
>
选择经纬度
</el-button>
</el-col>
</el-row>
</el-form-item>
<el-form-item
label=
"纬度"
prop=
"latitude"
>
<
!--
<
el-form-item
label=
"纬度"
prop=
"latitude"
>
<el-input
v-model=
"editForm.latitude"
></el-input>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"联系电话"
prop=
"phone"
>
<el-input
v-model=
"editForm.phone"
></el-input>
</el-form-item>
...
...
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