|
@@ -179,7 +179,7 @@
|
|
|
<el-input v-model="scope.row.shitOther" placeholder="请输入大便次数" clearable></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="urineQuanInfo" label="尿量(ml)" >
|
|
|
+ <!-- <el-table-column prop="urineQuanInfo" label="尿量(ml)" >
|
|
|
<template #default="scope">
|
|
|
<el-input v-model="scope.row.urineQuanInfo"></el-input>
|
|
|
</template>
|
|
@@ -192,7 +192,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<!-- <el-table-column prop="outputOther" label="出量">
|
|
|
<template #default="scope">
|
|
|
<el-input v-model="scope.row.outputOther"></el-input>
|