Commit cc408c9e by wangshuangqing

1.隐藏滴数字段

2.添加类型字段
parent 94f898d9
......@@ -2,7 +2,7 @@
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditTime: 2023-02-23 17:41:56
* @LastEditTime: 2023-02-24 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment