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
d0620876
Commit
d0620876
authored
Jun 19, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/router/index.js
parent
2bb0c8b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
equipment-management.vue
...-management/equipment-management/equipment-management.vue
+2
-2
No files found.
src/views/equipment-management/equipment-management/equipment-management.vue
View file @
d0620876
...
...
@@ -144,13 +144,13 @@
<el-table-column
label=
"预约方式"
align=
"center"
prop=
"reservationMethod"
show-overflow-tooltip
/>
<el-table-column
v-if=
"userType=== '3'"
label=
"服务价格"
align=
"center"
prop=
"orderPrice"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
orderPrice
==
null
?
scope
.
row
.
orderPrice
+
"元"
:
"-"
}}
</span>
<span>
{{
scope
.
row
.
orderPrice
+
"元"
||
"-"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"设备服务费"
align=
"center"
prop=
"servicePrice"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
servicePrice
==
null
?
scope
.
row
.
servicePrice
+
"元"
:
"-"
}}
</span>
<span>
{{
scope
.
row
.
servicePrice
+
"元"
||
"-"
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"创建日期"
align=
"center"
prop=
"createTime"
show-overflow-tooltip
>
...
...
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