|
|
|
|
1
|
<template>
|
1
|
<template>
|
2
|
<div id='prescriptionPrint'>
|
2
|
<div id='prescriptionPrint'>
|
3
|
- <div id='prescription-print' class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
|
|
|
|
|
3
|
+ <div id='prescription-print' class="prescription-print" style="page-break-after: always;" v-for="(item,index) in advicePrint" :key="index">
|
4
|
|
4
|
|
5
|
- <div class="printTitle">{{orgname}}</div>
|
|
|
|
|
5
|
+ <div class="printTitle" >{{orgname}}</div>
|
6
|
<div class="printTitle">处方、治疗单</div>
|
6
|
<div class="printTitle">处方、治疗单</div>
|
7
|
<div style="display:flex;justify-content: space-between;font-weight:bold;align-items:center;" >
|
7
|
<div style="display:flex;justify-content: space-between;font-weight:bold;align-items:center;" >
|
8
|
<div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
|
8
|
<div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
|