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
cc408c9e
Commit
cc408c9e
authored
Feb 24, 2023
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.隐藏滴数字段
2.添加类型字段
parent
94f898d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
src/views/outClinicalpathway.vue
+10
-3
No files found.
src/views/outClinicalpathway.vue
View file @
cc408c9e
...
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditTime: 2023-02-2
3 17:41:56
* @LastEditTime: 2023-02-2
4 10:43:54
* @Description:
-->
<
template
>
...
...
@@ -167,6 +167,13 @@
/> -->
<el-table-column
show-overflow-tooltip
property=
"orderType"
label=
"类型"
width=
"60"
/>
<el-table-column
show-overflow-tooltip
property=
"project_name"
label=
"医院项目名称"
width=
"120"
...
...
@@ -270,7 +277,7 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"dropNumber"
label=
"滴数"
width=
"60"
>
<
!-- <
el-table-column prop="dropNumber" label="滴数" width="60">
<template #default="scope">
<el-input
v-if="scope.row.advice_name == null && scope.row.ischeck == 1"
...
...
@@ -279,7 +286,7 @@
></el-input>
<span v-else>{{ scope.row.dropNumber }}</span>
</template>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"medicQuantity"
label=
"用药总量"
width=
"80"
>
<
template
#
default=
"scope"
>
<el-input
...
...
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