Browse Source

标题修改

360view
bianyaqi 2 years ago
parent
commit
57211b8e16
  1. 2
      src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue

2
src/page-subspecialty/views/modules/nurseManagement/UBMOrder.vue

@ -1,5 +1,5 @@
<template>
<my-dialog :print="print" title="UBM预约" :is-show="show" @handleSave="handleSave" @close="closeDialog">
<my-dialog :print="print" :title="patientInfo.itemName||'修改预约'" :is-show="show" @handleSave="handleSave" @close="closeDialog">
<el-form id="UBMOrder" ref="form" size="small" :model="form" label-width="90px">
<el-form-item required label="选择患者:">
<el-input v-model="form.patient" suffix-icon="el-icon-search" />

Loading…
Cancel
Save