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
12bac9d3
Commit
12bac9d3
authored
Oct 07, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
2b1339f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+2
-3
No files found.
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
12bac9d3
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"服务地点"
:span=
"6"
>
<el-form-item
label=
"服务地点"
:span=
"6"
>
<
InputTips
:text=
"form.addressText"
class=
"inputWidth"
placeholder=
"-
"
/>
<
el-input
v-model=
"form.addressText"
placeholder=
"-"
disabled
class=
"inputWidth
"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"10"
style=
"margin-left:0.2125rem "
>
<el-col
:span=
"10"
style=
"margin-left:0.2125rem "
>
...
@@ -680,12 +680,11 @@ import { deepClone } from '@/utils'
...
@@ -680,12 +680,11 @@ import { deepClone } from '@/utils'
import
{
listItem
}
from
'@/api/business/item'
import
{
listItem
}
from
'@/api/business/item'
import
{
mapGetters
}
from
'vuex'
import
{
mapGetters
}
from
'vuex'
import
{
signHospitalMessage
}
from
'@/api/business/hospital'
import
{
signHospitalMessage
}
from
'@/api/business/hospital'
import
InputTips
from
'@/components/InputTips/InputTips.vue'
import
backBtn
from
'@/components/BackBtn/index.vue'
import
backBtn
from
'@/components/BackBtn/index.vue'
export
default
{
export
default
{
name
:
'EquipmentDetail'
,
name
:
'EquipmentDetail'
,
components
:
{
backBtn
,
InputTips
}
,
components
:
{
backBtn
}
,
dicts
:
[
'device_status'
,
'device_type'
,
'exam_type'
,
'check_type'
,
'service_area'
],
dicts
:
[
'device_status'
,
'device_type'
,
'exam_type'
,
'check_type'
,
'service_area'
],
data
()
{
data
()
{
return
{
return
{
...
...
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