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
08057098
Commit
08057098
authored
Apr 18, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d9ba3c13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
src/views/clinicalLog.vue
+6
-1
No files found.
src/views/clinicalLog.vue
View file @
08057098
...
...
@@ -19,8 +19,13 @@
<div
style=
"padding: 20px"
>
<el-table
:data=
"tableData"
stripe
style=
"width: 100%"
border
size=
"mini"
>
<el-table-column
align=
"center"
type=
"index"
width=
"50"
:index=
"(currentPage - 1) * pageSize + 1"
fixed
></el-table-column>
<el-table-column
:prop=
"item.prop"
min-width=
"160"
:label=
"item.label"
v-for=
"item in columnList"
:key=
"item.label"
show-overflow-tooltip
>
<el-table-column
prop=
"now"
label=
"添加时间"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"类型"
show-overflow-tooltip
>
<template
#
default=
"scope"
>
<div>
{{
typeObj
[
scope
.
row
.
type
]
}}
</div>
</
template
>
</el-table-column>
<el-table-column
:prop=
"item.prop"
:label=
"item.label"
v-for=
"item in columnList"
:key=
"item.label"
show-overflow-tooltip
>
</el-table-column>
</el-table>
<div
style=
"text-align: right; margin-top: 20px"
>
<el-pagination
...
...
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