@@ -134,9 +134,9 @@
icon="el-icon-view"
@click="handleViewPrescribe(scope.row)"
>查看处方</el-button>
- <!-- 完善处方(编辑) -->
+ <!-- 完善处方-待医生开方时或药师审核不通过时(编辑) -->
<el-button
- v-if="scope.row.doctorConfirm === 0 && scope.row.status!==2 && scope.row.isDocument===0"
+ v-if="(scope.row.doctorConfirm === 0||scope.row.status === 2)&&scope.row.isDocument === 0"
type="text"
size="mini"
icon="el-icon-edit"