Commit cc408c9e by wangshuangqing

1.隐藏滴数字段

2.添加类型字段
parent 94f898d9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wsq * @Author: wsq
* @Date: 2022-04-22 15:20:58 * @Date: 2022-04-22 15:20:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2023-02-23 17:41:56 * @LastEditTime: 2023-02-24 10:43:54
* @Description: * @Description:
--> -->
<template> <template>
...@@ -167,6 +167,13 @@ ...@@ -167,6 +167,13 @@
/> --> /> -->
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
property="orderType"
label="类型"
width="60"
/>
<el-table-column
show-overflow-tooltip
property="project_name" property="project_name"
label="医院项目名称" label="医院项目名称"
width="120" width="120"
...@@ -270,7 +277,7 @@ ...@@ -270,7 +277,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="dropNumber" label="滴数" width="60"> <!-- <el-table-column prop="dropNumber" label="滴数" width="60">
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.row.advice_name == null && scope.row.ischeck == 1" v-if="scope.row.advice_name == null && scope.row.ischeck == 1"
...@@ -279,7 +286,7 @@ ...@@ -279,7 +286,7 @@
></el-input> ></el-input>
<span v-else>{{ scope.row.dropNumber }}</span> <span v-else>{{ scope.row.dropNumber }}</span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column prop="medicQuantity" label="用药总量" width="80"> <el-table-column prop="medicQuantity" label="用药总量" width="80">
<template #default="scope"> <template #default="scope">
<el-input <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