|
|
@@ -118,7 +118,7 @@
|
|
|
<el-button v-if="scope.row.doctorConfirm == 0" size="mini" type="text" icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)">开方
|
|
|
</el-button>
|
|
|
- <el-button v-if="scope.row.doctorConfirm == 0" size="mini" type="text" icon="el-icon-delete"
|
|
|
+ <el-button v-if="scope.row.doctorConfirm == 0 && scope.row.prescribeSource === 1" size="mini" type="text" icon="el-icon-delete"
|
|
|
@click="handleReject(scope.row)">拒方
|
|
|
</el-button>
|
|
|
<el-button v-if="scope.row.doctorConfirm == 1" size="mini" type="text"
|