Procházet zdrojové kódy

益兽园医生确认处方

xdd před 1 měsícem
rodič
revize
4917dd45fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>
     <!-- 药品新增/编辑对话框 -->