|
@@ -648,7 +648,7 @@
|
648
|
648
|
<p>{{ DialysisPrescriptionComfirmUserName }}</p>
|
649
|
649
|
<el-button :disabled="$store.getters.xt_user.subscibe.state==3?true:false" type="primary" @click="commitDialysisPrescriptionAndOther">提交并设为长期处方</el-button>
|
650
|
650
|
<el-button :disabled="$store.getters.xt_user.subscibe.state==3?true:false" type="primary" @click="commitDialysisPrescription">提交</el-button>
|
651
|
|
- <el-button type="primary" @click="printDan">打印上机单</el-button>
|
|
651
|
+ <!-- <el-button type="primary" @click="printDan">打印上机单</el-button> -->
|
652
|
652
|
</el-form-item>
|
653
|
653
|
</el-col>
|
654
|
654
|
|