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
453860fe
Commit
453860fe
authored
Sep 16, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
925e9b73
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
577 additions
and
482 deletions
+577
-482
equipment-add.vue
...uipment-management/equipment-management/equipment-add.vue
+337
-312
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+146
-106
use-details.vue
...views/equipment-management/use-management/use-details.vue
+89
-59
use-management.vue
...ws/equipment-management/use-management/use-management.vue
+5
-5
No files found.
src/views/equipment-management/equipment-management/equipment-add.vue
View file @
453860fe
This diff is collapsed.
Click to expand it.
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
453860fe
This diff is collapsed.
Click to expand it.
src/views/equipment-management/use-management/use-details.vue
View file @
453860fe
This diff is collapsed.
Click to expand it.
src/views/equipment-management/use-management/use-management.vue
View file @
453860fe
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"设备名称"
align=
"left"
prop=
"deviceName"
min-width=
"1
0
0"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"设备名称"
align=
"left"
prop=
"deviceName"
min-width=
"1
2
0"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
deviceName
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
deviceName
||
'-'
}}
</span>
</
template
>
</
template
>
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<span>
{{
scope
.
row
.
deviceCode
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
deviceCode
||
'-'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"检查项目"
align=
"left"
prop=
"checkItemsName"
min-width=
"1
0
0"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"检查项目"
align=
"left"
prop=
"checkItemsName"
min-width=
"1
2
0"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
checkItemsName
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
checkItemsName
||
'-'
}}
</span>
</
template
>
</
template
>
...
@@ -120,12 +120,12 @@
...
@@ -120,12 +120,12 @@
<dict-tag
:options=
"dict.type.pet_insure"
:value=
"scope.row.insure"
/>
<dict-tag
:options=
"dict.type.pet_insure"
:value=
"scope.row.insure"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"宠主姓名"
align=
"left"
prop=
"ownerNikename"
min-width=
"1
2
0"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"宠主姓名"
align=
"left"
prop=
"ownerNikename"
min-width=
"1
0
0"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
ownerNickname
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
ownerNickname
||
'-'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"宠主手机号"
align=
"left"
min-width=
"1
2
0"
prop=
"phoneNumber"
>
<el-table-column
label=
"宠主手机号"
align=
"left"
min-width=
"1
0
0"
prop=
"phoneNumber"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
ownerPhone
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
ownerPhone
||
'-'
}}
</span>
</
template
>
</
template
>
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
>
{{
showStatus
(
scope
.
row
.
status
)
||
'-'
}}
<
/span
>
>
{{
showStatus
(
scope
.
row
.
status
)
||
'-'
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
align
=
"left"
class
-
name
=
"small-padding fixed-width"
min
-
width
=
"
12
0"
>
<
el
-
table
-
column
label
=
"操作"
align
=
"left"
class
-
name
=
"small-padding fixed-width"
min
-
width
=
"
6
0"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
<
el
-
button
v
-
hasPermi
=
"['business:use:query']"
v
-
hasPermi
=
"['business:use:query']"
...
...
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