输液,发药

This commit is contained in:
菲菲
2025-03-28 17:28:18 +08:00
parent bbf4286194
commit d5adcd7ef8
4 changed files with 369 additions and 11 deletions

View File

@@ -227,16 +227,6 @@
</el-table>
</div>
</div>
<div>
<el-dialog
title="处方信息"
v-model="showPrescription"
width="60vw"
:before-close="handleClose"
>
<prescriptioncard></prescriptioncard>
</el-dialog>
</div>
</div>
</template>
@@ -252,7 +242,6 @@ import {
} from "./component/api";
const showSearch = ref(true);
const showPrescription = ref(false);
const total = ref(1);
const selectedItems = ref(new Set());