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
39f981c3
Commit
39f981c3
authored
Sep 19, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5f55a42c
16299616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
use-details.vue
...views/equipment-management/use-management/use-details.vue
+16
-16
No files found.
src/views/equipment-management/use-management/use-details.vue
View file @
39f981c3
...
...
@@ -11,9 +11,9 @@
</div>
<div
style=
"width: 100%"
>
<el-form
:model=
"form"
label-width=
"1
05
px"
>
<el-form
:model=
"form"
label-width=
"1
40
px"
>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"设备名称"
prop=
"deviceName"
>
<el-input
v-model=
"form.deviceName"
:disabled=
"true"
placeholder=
"-"
/>
...
...
@@ -42,7 +42,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"负责人"
prop=
"head"
>
<el-input
v-model=
"form.head"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -66,7 +66,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"预约方式"
prop=
"reservationMethod"
>
<el-select
v-model=
"form.reservationMethod"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
>
...
...
@@ -90,7 +90,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
/>
</el-col>
...
...
@@ -105,7 +105,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"权重"
>
<el-input
v-model=
"form.sort"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -129,7 +129,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"24"
>
<el-form-item
label=
"备注"
prop=
"remark"
>
<el-input
v-model=
"form.remark"
:disabled=
"true"
type=
"textarea"
:rows=
"4"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -150,7 +150,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-row
class=
"lastRow"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"支持检查类型"
>
<el-input
...
...
@@ -171,7 +171,7 @@
<!--
<div
class=
"tip1"
/>
-->
<!--
<div
style=
"padding-top: 3px;padding-left: 15px;font-size: 16px;font-weight: bold;color: #333333;"
>
宠物信息
</div>
-->
</div>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物昵称"
>
<el-input
v-model=
"form.petNickname"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -194,7 +194,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物性别"
>
<el-select
v-model=
"form.petSex"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
>
...
...
@@ -221,7 +221,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物毛色"
>
<el-input
v-model=
"form.petColor"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -252,7 +252,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-row
class=
"lastRow"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物保险"
>
<el-select
v-model=
"form.insure"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
>
...
...
@@ -273,7 +273,7 @@
<!--
<div
class=
"tip1"
/>
-->
<!--
<div
style=
"padding-top: 3px;padding-left: 15px;font-size: 16px;font-weight: bold;color: #333333;"
>
宠主信息
</div>
-->
</div>
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-row
class=
"lastRow"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠主姓名"
>
<el-input
v-model=
"form.ownerNickname"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -298,7 +298,7 @@
<!--
<div
class=
"tip1"
/>
-->
<!--
<div
style=
"padding-top: 3px;padding-left: 15px;font-size: 16px;font-weight: bold;color: #333333;"
>
设备使用信息
</div>
-->
</div>
<el-row
:gutter=
"24"
>
<el-row
>
<el-col
:span=
"8"
>
<el-form-item
label=
"检查项目"
>
<el-input
v-model=
"form.checkItemsName"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -323,7 +323,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-row
class=
"lastRow"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用日期"
>
<el-input
v-model=
"checkDate"
:disabled=
"true"
placeholder=
"-"
class=
"inputWidth"
/>
...
...
@@ -652,7 +652,7 @@ export default {
.sbuButton
{
display
:
flex
;
justify-content
:
left
;
margin
:
30px
0
50px
32
px
margin
:
30px
0
50px
140
px
}
</
style
>
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