pengjun 2 years ago
parent
commit
5febb1b44f
  1. 2
      src/components/patientRegister/PatientLisRequest.vue
  2. 2
      src/components/patientRegister/PatientRegisterList.vue
  3. 2
      src/views/doctorCheck/sumDoctorCheck.vue

2
src/components/patientRegister/PatientLisRequest.vue

@ -5,7 +5,7 @@
:height="window.pageHeight < 600 ? 140 : Math.floor((window.pageHeight - 250) * 2 / 5)" size="small"
highlight-current-row ref="lis_request" :row-class-name="handleRowClassName">
<el-table-column type="index" label="序号" width="50" align="center" />
<el-table-column prop="isPrint" label="打印" min-width="50">
<el-table-column prop="isPrint" label="打印" min-width="50" align="center" >
<template slot-scope="scope">
<i class="el-icon-printer" v-if="scope.row.isPrint == 'Y'" style="font-size: 20px; color: green" />
</template>

2
src/components/patientRegister/PatientRegisterList.vue

@ -1254,7 +1254,7 @@ export default {
token,
isBuildImage: 'N',
IsUploadPdf: 'N',
preViewCanPrint: "Y",
preViewCanPrint: "N",
Parameters: [
{ Name: "printer", Value: user },
{ Name: "hisLog", Value: "pic/hisLog.jpg" },

2
src/views/doctorCheck/sumDoctorCheck.vue

@ -35,7 +35,9 @@
<el-tab-pane label="明细结果" name="2">
<CheckDetails :patientRegisterId="dataTransOpts.tableS.patient_register.id" />
</el-tab-pane>
<!--
<el-tab-pane label="危急值" name="3"> </el-tab-pane>
-->
<el-tab-pane label="项目对比" name="4">
<SumItemsType :patientId="dataTransOpts.tableS.patient_register.patientId" />
</el-tab-pane>

Loading…
Cancel
Save