Commit 6cf86be8 authored by 刘怀志's avatar 刘怀志

64704 病历管理,编辑、详情标题、字段需求变更 没改完

parent 622fa00d
......@@ -434,13 +434,13 @@ color: #333333;"
</el-col>
</el-row>
</el-form>
<!--7--用药信息-->
<!--7--药物处理-->
<div class="title-content">
<div class="title-left">
<div class="tip-green" />
<div
class="tip-text"
>用药信息
>药物处理
</div>
</div>
<el-button
......@@ -525,6 +525,15 @@ color: #333333;"
</span>
</template>
</el-table-column>
<el-table-column align="center" label="销售数量" prop="sallNum">
<template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span>
<span v-else>
{{ scope.row.sallNum ? scope.row.sallNum + scope.row.sallUnit : '-' }}
</span>
</template>
</el-table-column>
<el-table-column align="center" label="取药状态" prop="status">
<template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span>
......@@ -604,7 +613,7 @@ color: #333333;"
<div class="tip-green" />
<div
class="tip-text"
>检查信息
>辅助检查
</div>
</div>
<el-button
......@@ -689,15 +698,12 @@ color: #333333;"
}}</span>
</template>
</el-table-column>
<el-table-column align="center" label="缴费状态" prop="payType">
<el-table-column align="center" label="检查设备" prop="checkSchedule">
<template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span>
<dict-tag
v-else
:options="dict.type.payment_status"
:value="scope.row.payType"
class="content-style"
/>
<span v-else>
{{ scope.row.deviceName ? (scope.row.deviceName) : '-' }}
</span>
</template>
</el-table-column>
<el-table-column align="center" label="检查状态" prop="checkSchedule">
......@@ -724,6 +730,17 @@ color: #333333;"
</span>
</template>
</el-table-column>
<el-table-column align="center" label="缴费状态" prop="payType">
<template slot-scope="scope">
<span v-if="scope.row.inputShow">-</span>
<dict-tag
v-else
:options="dict.type.payment_status"
:value="scope.row.payType"
class="content-style"
/>
</template>
</el-table-column>
<el-table-column
v-if="isEdit"
align="center"
......@@ -784,7 +801,7 @@ color: #333333;"
<div class="tip-green" />
<div
class="tip-text"
>治疗信息
>辅助治疗
</div>
</div>
<el-button
......
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