Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
83c55c83
Commit
83c55c83
authored
Oct 19, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
831e91da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
src/views/patientinfo.vue
+17
-5
No files found.
src/views/patientinfo.vue
View file @
83c55c83
...
...
@@ -296,7 +296,7 @@
<span>
{{
scope
.
row
.
jssj
?
formatYMD
(
scope
.
row
.
jssj
)
:
""
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"shzt"
label=
"审核状态"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"shzt"
label=
"审核状态"
sortable
align=
"center"
min-width=
"120"
show-overflow-tooltip
>
</el-table-column>
</el-table>
</div>
<div
class=
"flex-end mar-top-20"
>
...
...
@@ -552,10 +552,22 @@ export default {
.el-table
{
color
:
#333
;
}
}
.medicine
{
background
:
#f56c6c
;
color
:
#333
;
.medicine
{
background-color
:
#f56c6c
;
color
:
#fff
;
}
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
background-color
:
#f5f7fa
;
color
:
#333
;
}
.el-table__body
tr
.hover-row
>
td
.medicine
{
background-color
:
#f56c6c
;
color
:
#fff
;
}
.el-table__body
tr
.current-row
>
td
.medicine
{
background-color
:
#f56c6c
;
color
:
#fff
;
}
}
}
</
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