Browse Source

审核中审核通过不可提交审核

newMaster
1747191978@qq.com 4 months ago
parent
commit
a4a62fb668
  1. 5
      acupuncture-前台/src/views/medicalFile/index.vue

5
acupuncture-前台/src/views/medicalFile/index.vue

@ -338,8 +338,8 @@
width="200" width="200"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<!-- :disabled="scope.row.status == 1" -->
<el-button <el-button
:disabled="scope.row.status == 1"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@ -347,7 +347,6 @@
>修改</el-button >修改</el-button
> >
<el-button <el-button
:disabled="scope.row.status == 1"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@ -369,7 +368,7 @@
>随访记录</el-button >随访记录</el-button
> >
<el-button <el-button
:disabled="scope.row.status != 0" :disabled="scope.row.status != 0 && scope.row.status != 3"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-s-promotion" icon="el-icon-s-promotion"

Loading…
Cancel
Save