Commit 2d2e5dcd authored by liang's avatar liang

审核修改優化

parent d6e8fc02
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-button <el-button
class="btn" class="btn"
@click="handleEdit" @click="handleEdit"
v-if="patientId && !isEmpty" v-if="patientId && !isEmpty && !editStatus"
>修改</el-button >修改</el-button
> >
<el-button class="btn" @click="$router.go(-1)">返回</el-button> <el-button class="btn" @click="$router.go(-1)">返回</el-button>
......
...@@ -309,6 +309,7 @@ export default { ...@@ -309,6 +309,7 @@ export default {
isShowEdit() { isShowEdit() {
const { checkStatus, followBatch } = this.currentRow const { checkStatus, followBatch } = this.currentRow
return ( return (
!this.editStatus &&
this.currentRow.patientId && this.currentRow.patientId &&
this.isLast && this.isLast &&
followBatch > 0 && followBatch > 0 &&
......
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