|
@@ -54,8 +54,8 @@
|
54
|
54
|
<el-button size="small" ref="button_six" @click="open(6)">治疗单</el-button>
|
55
|
55
|
<el-button slot="reference" style="margin:0 10px;" type="primary" size="small">打印</el-button>
|
56
|
56
|
</el-popover>
|
57
|
|
- <!--<el-button size="small" ref="button_three" @click="open(4)" type="primary">选择模板</el-button>-->
|
58
|
|
- <!--<el-button size="small" ref="button_four" @click="open(5)" type="primary" :disabled='prescriptions && prescriptions[0].advices && prescriptions[0].project ? prescriptions[0].advices.length == 0 && prescriptions[0].project.length == 0 : false'>存模板</el-button>-->
|
|
57
|
+ <!-- <el-button size="small" ref="button_three" @click="open(4)" type="primary">选择模板</el-button>-->
|
|
58
|
+ <!--<el-button size="small" ref="button_four" @click="open(5)" type="primary" :disabled='prescriptions && prescriptions[0].advices && prescriptions[0].project ? prescriptions[0].advices.length == 0 && prescriptions[0].project.length == 0 : false'>存模板</el-button> -->
|
59
|
59
|
</div>
|
60
|
60
|
<div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子病历'">
|
61
|
61
|
<el-button size="small" @click="opentwo(1)" type="primary">保存</el-button>
|