Commit 4b8921df authored by liang's avatar liang

概览修改

parent c0522876
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
> >
</div> </div>
<div class="right"> <div class="right">
<el-button class="btn" @click="handleEdit" v-if="auditNum > 0" <el-button
class="btn"
@click="handleEdit"
v-if="patientId && !isEmpty"
>修改</el-button >修改</el-button
> >
<el-button class="btn" @click="$router.go(-1)">返回</el-button> <el-button class="btn" @click="$router.go(-1)">返回</el-button>
......
...@@ -90,9 +90,14 @@ export default { ...@@ -90,9 +90,14 @@ export default {
value: "earlyGas", value: "earlyGas",
}, },
{ {
label: "食道癌", label: "高级别上皮内瘤变",
minWidth: 120,
value: "inogmCount",
},
{
label: "进展期胃癌",
minWidth: 80, minWidth: 80,
value: "esophagus", value: "periodGas",
}, },
{ {
label: "内镜数量", label: "内镜数量",
......
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