Przeglądaj źródła

益兽园医生确认处方

xdd 1 miesiąc temu
rodzic
commit
4917dd45fe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/his/prescribe/index.vue

+ 1 - 1
src/views/his/prescribe/index.vue

@@ -286,7 +286,7 @@
       <span slot="footer" class="dialog-footer">
         <el-button @click="open = false">取 消</el-button>
         <el-button type="primary" @click="submitForm">保 存</el-button>
-        <el-button type="primary" @click="confirmPrescribe" v-if="form.doctorConfirm === 0">确认处方</el-button>
+        <el-button type="primary" @click="confirmPrescribe" v-if="currentConfirm === 0">确认处方</el-button>
       </span>
     </el-dialog>
     <!-- 药品新增/编辑对话框 -->