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
7604d0a7
Commit
7604d0a7
authored
Sep 22, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
9168e726
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
8 deletions
+25
-8
equipment-add.vue
...uipment-management/equipment-management/equipment-add.vue
+7
-1
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+11
-6
use-details.vue
...views/equipment-management/use-management/use-details.vue
+7
-1
No files found.
src/views/equipment-management/equipment-management/equipment-add.vue
View file @
7604d0a7
...
...
@@ -3,7 +3,7 @@
<div
class=
"app-container-container"
>
<div
class=
"box-card"
>
<div
class=
"topTitle"
>
<span
style=
"font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;
"
>
新增
</span>
<span
class=
"topTitleText
"
>
新增
</span>
</div>
<div
style=
"width: 100%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"125px"
>
...
...
@@ -866,6 +866,12 @@ export default {
text-align
:
center
;
padding-top
:
30px
;
}
.topTitleText
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
24px
;
}
.lastRow
{
::v-deep
.el-form-item
{
margin-bottom
:
0
;
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
7604d0a7
...
...
@@ -4,7 +4,7 @@
<div
class=
"app-container-container"
>
<div
class=
"box-card"
>
<div
class=
"topTitle"
>
<span
style=
"font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;
"
>
详情
</span>
<span
class=
"topTitleText
"
>
详情
</span>
</div>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"125px"
>
<div
class=
"title-paragraph"
>
...
...
@@ -95,7 +95,7 @@
</el-form-item>
</el-col>
<el-col
style=
"width: 33%"
>
<el-col
style=
"width: 33%"
>
<el-form-item
label=
"单位时段服务数"
style=
"margin-left: 0.775rem"
>
<el-input-number
v-model
.
trim=
"form.useNum"
...
...
@@ -270,7 +270,7 @@
</el-col>
</el-row>
<!-- 9-->
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-row
:gutter=
"24"
class=
"lastRow"
>
<el-col>
<el-form-item
label=
"支持检查项目"
>
<el-input
...
...
@@ -339,7 +339,7 @@
<
div
class
=
"app-container-container"
>
<
div
class
=
"box-card"
>
<
div
class
=
"topTitle"
>
<
span
style
=
"font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;
"
>
编辑
<
/span
>
<
span
class
=
"topTitleText
"
>
编辑
<
/span
>
<
/div
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"125px"
>
...
...
@@ -447,7 +447,7 @@
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
style
=
"width: 33%"
>
<
el
-
col
style
=
"width: 33%"
>
<
el
-
form
-
item
label
=
"单位时段服务数"
prop
=
"useNum"
style
=
"margin-left: 0.775rem"
>
<
el
-
input
-
number
v
-
model
.
trim
=
"form.useNum"
...
...
@@ -1309,7 +1309,12 @@ export default {
text
-
align
:
center
;
padding
-
top
:
30
px
;
}
.
topTitleText
{
font
-
size
:
24
px
;
font
-
weight
:
bold
;
color
:
#
333333
;
line
-
height
:
24
px
;
}
.
lastRow
{
::
v
-
deep
.
el
-
form
-
item
{
margin
-
bottom
:
0
;
...
...
src/views/equipment-management/use-management/use-details.vue
View file @
7604d0a7
...
...
@@ -2,7 +2,7 @@
<div
class=
"app-container-container"
>
<div
class=
"box-card"
>
<div
class=
"topTitle"
>
<span
style=
"font-size: 24px;font-weight: bold; color: #333333;line-height: 24px;
"
>
详情
</span>
<span
class=
"topTitleText
"
>
详情
</span>
</div>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
当前设备信息
</span>
...
...
@@ -595,6 +595,12 @@ export default {
text-align
:
center
;
padding-top
:
30px
;
}
.topTitleText
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#333333
;
line-height
:
24px
;
}
.lastRow
{
::v-deep
.el-form-item
{
margin-bottom
:
0
;
...
...
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