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
e5241414
Commit
e5241414
authored
Sep 08, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
67462 【接力】涉及所有模块 鼠标悬浮超长时没有显示小手的图标
parent
7253a6ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+1
-1
reservation-equipment.vue
...views/medical-record-management/reservation-equipment.vue
+1
-1
choose-pet.vue
...e-management/registration-queue/components/choose-pet.vue
+1
-0
register-modle.vue
...nagement/registration-queue/components/register-modle.vue
+1
-0
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
e5241414
...
@@ -1228,7 +1228,7 @@ color: #333333;"
...
@@ -1228,7 +1228,7 @@ color: #333333;"
<
/el-table-column
>
<
/el-table-column
>
<
/el-table
>
<
/el-table
>
<
/el-form
>
<
/el-form
>
<
el
-
table
v
-
else
:
data
=
"petInHospitalList"
:
header
-
cell
-
style
=
"{ background:'#F4F4F4'
}
"
>
<
el
-
table
v
-
else
style
=
"cursor: pointer;"
:
data
=
"petInHospitalList"
:
header
-
cell
-
style
=
"{ background:'#F4F4F4'
}
"
>
<
el
-
table
-
column
align
=
"left"
label
=
"病房类型"
prop
=
"wardType"
>
<
el
-
table
-
column
align
=
"left"
label
=
"病房类型"
prop
=
"wardType"
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.ward_type"
:
value
=
"scope.row.wardType"
/>
<
dict
-
tag
:
options
=
"dict.type.ward_type"
:
value
=
"scope.row.wardType"
/>
...
...
src/views/medical-record-management/reservation-equipment.vue
View file @
e5241414
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
</el-button>
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<el-table
:data=
"equipmentList"
:header-cell-style=
"
{ background:'#E8E9E8'}" border>
<el-table
style=
"cursor: pointer;"
:data=
"equipmentList"
:header-cell-style=
"
{ background:'#E8E9E8'}" border>
<el-table-column
align=
"center"
label=
"设备名称"
prop=
"deviceName"
/>
<el-table-column
align=
"center"
label=
"设备名称"
prop=
"deviceName"
/>
<el-table-column
align=
"center"
label=
"检查日期"
prop=
"checkDate"
/>
<el-table-column
align=
"center"
label=
"检查日期"
prop=
"checkDate"
/>
<el-table-column
align=
"center"
label=
"检查时段"
prop=
"checkTime"
/>
<el-table-column
align=
"center"
label=
"检查时段"
prop=
"checkTime"
/>
...
...
src/views/service-management/registration-queue/components/choose-pet.vue
View file @
e5241414
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
<el-table
<el-table
ref=
"table"
ref=
"table"
v-loading=
"loading"
v-loading=
"loading"
style=
"cursor: pointer;"
row-key=
"petBo.petsId"
row-key=
"petBo.petsId"
:data=
"petsList"
:data=
"petsList"
:header-cell-style=
"
{background:'#F4F4F4'}"
:header-cell-style=
"
{background:'#F4F4F4'}"
...
...
src/views/service-management/registration-queue/components/register-modle.vue
View file @
e5241414
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
<!-- 列表区-->
<!-- 列表区-->
<el-table
<el-table
ref=
"table"
ref=
"table"
style=
"cursor: pointer;"
:data=
"petsList"
:data=
"petsList"
:header-cell-class-name=
"cellClass"
:header-cell-class-name=
"cellClass"
:header-cell-style=
"
{background:'#F4F4F4'}"
:header-cell-style=
"
{background:'#F4F4F4'}"
...
...
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