Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
be54ef70
Commit
be54ef70
authored
Aug 14, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备地区修改
parent
f117a12a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
44 deletions
+55
-44
equipment-add.vue
...uipment-management/equipment-management/equipment-add.vue
+25
-14
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+30
-30
No files found.
src/views/equipment-management/equipment-management/equipment-add.vue
View file @
be54ef70
...
...
@@ -14,7 +14,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备名称"
prop=
"deviceName"
>
<el-input
v-model
.
trim=
"form.deviceName"
placeholder=
"请输入设备名称"
style=
"width: 250px"
/>
<el-input
v-model
.
trim=
"form.deviceName"
placeholder=
"请输入设备名称"
style=
"width: 250px"
maxlength=
"20"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -24,7 +24,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
v-if=
"isShow"
label=
"平台自有设备"
>
<el-select
v-model=
"form.isPrivate"
disabled
style=
"width: 250px
"
placeholder=
"请选择平台自有设备"
>
<el-select
v-model=
"form.isPrivate"
disabled
class=
"inputWidth
"
placeholder=
"请选择平台自有设备"
>
<el-option
v-for=
"(item, index) in optionss"
:key=
"index"
...
...
@@ -35,7 +35,7 @@
</el-form-item>
<el-form-item
v-if=
"hpshow"
label=
"医院自有设备"
>
<el-select
v-model=
"form.isPrivate"
disabled
style=
"width: 250px
"
placeholder=
"请选择医院自有设备"
>
<el-select
v-model=
"form.isPrivate"
disabled
class=
"inputWidth
"
placeholder=
"请选择医院自有设备"
>
<el-option
v-for=
"(item ,index) in optionss"
:key=
"index"
...
...
@@ -50,17 +50,17 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"负责人"
prop=
"head"
>
<el-input
v-model
.
trim=
"form.head"
placeholder=
"请输入负责人"
style=
"width: 250px
"
/>
<el-input
v-model
.
trim=
"form.head"
placeholder=
"请输入负责人"
class=
"inputWidth
"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"手机号"
prop=
"phone"
>
<el-input
v-model
.
trim=
"form.phone"
placeholder=
"请输入手机号"
maxlength=
"11"
style=
"width: 250px
"
/>
<el-input
v-model
.
trim=
"form.phone"
placeholder=
"请输入手机号"
maxlength=
"11"
class=
"inputWidth
"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备类型"
>
<el-select
v-model=
"form.deviceType"
style=
"width: 250px
"
placeholder=
"请选择设备类型"
>
<el-select
v-model=
"form.deviceType"
class=
"inputWidth
"
placeholder=
"请选择设备类型"
>
<el-option
v-for=
"(item,index) in dict.type.device_type"
:key=
"index"
...
...
@@ -83,7 +83,7 @@
placeholder=
"请选择服务地点"
expand-trigger=
"hover"
clearable
style=
"width: 250px
"
class=
"inputWidth
"
@
change=
"handleChangeCascader"
/>
</el-form-item>
...
...
@@ -93,7 +93,7 @@
placeholder=
"请输入详细地址地址(街道、楼牌号等)"
maxlength=
"40"
clearable
style=
"width: 263%
"
class=
"address
"
/>
</el-form-item>
...
...
@@ -119,7 +119,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"预约方式"
prop=
"reservationMethod"
>
<el-select
v-model=
"form.reservationMethod"
placeholder=
"请选择预约方式"
style=
"width: 250px
"
>
<el-select
v-model=
"form.reservationMethod"
placeholder=
"请选择预约方式"
class=
"inputWidth
"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
...
...
@@ -133,7 +133,7 @@
<el-form-item
label=
"上午开始时间"
prop=
"useTime.ams"
>
<el-time-select
v-model=
"form.useTime.ams"
style=
"width: 250px
"
class=
"inputWidth
"
is-range
placeholder=
"请选择上午开始时间"
format=
"HH:mm"
...
...
@@ -151,7 +151,7 @@
<el-form-item
label=
"上午结束时间"
prop=
"useTime.ame"
>
<el-time-select
v-model=
"form.useTime.ame"
style=
"width: 250px
"
class=
"inputWidth
"
is-range
placeholder=
"请选择上午结束时间"
format=
"HH:mm"
...
...
@@ -173,7 +173,7 @@
<el-form-item
label=
"下午开始时间"
prop=
"useTime.pms"
>
<el-time-select
v-model=
"form.useTime.pms"
style=
"width: 250px
"
class=
"inputWidth
"
is-range
placeholder=
"请选择下午开始时间"
format=
"HH:mm"
...
...
@@ -191,7 +191,7 @@
<el-form-item
label=
"下午结束时间"
prop=
"useTime.pme"
>
<el-time-select
v-model=
"form.useTime.pme"
style=
"width: 250px
"
class=
"inputWidth
"
is-range
placeholder=
"请选择下午结束时间"
format=
"HH:mm"
...
...
@@ -215,7 +215,7 @@
controls-position=
"right"
:min=
"0"
:max=
"9999"
style=
"width: 250px
"
class=
"inputWidth
"
@
blur=
"handleBlur"
@
keydown
.
native=
"keydown($event)"
/>
...
...
@@ -859,5 +859,16 @@ export default {
::v-deep
.time-select-item.selected
:not
{
background
:
#f6fcf5
;
}
.address
{
width
:
570px
;
}
.inputWidth
{
width
:
250px
;
}
::v-deep
.el-input-number.is-without-controls
.el-input__inner
{
//width: 100px;
line-height
:
30px
;
height
:
28px
;
}
</
style
>
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
be54ef70
This diff is collapsed.
Click to expand it.
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