Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
45cb13bca9
  1. 2
      src/components/360View/medicalRecord/outPatientRecord/index.vue

2
src/components/360View/medicalRecord/outPatientRecord/index.vue

@ -1,6 +1,6 @@
<template>
<div class="recordContainer">
<div v-if="onlyRead" class="btnBox">
<div v-if="!onlyRead" class="btnBox">
<el-button v-print="printAll" size="small">打印</el-button>
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button>
<el-button v-if="comonFormActive === '2' || comonFormActive === '3'" type="primary" size="small" @click="handleTemplate">保存为模板</el-button>

Loading…
Cancel
Save