|
@@ -156,14 +156,14 @@
|
156
|
156
|
>
|
157
|
157
|
</el-option>
|
158
|
158
|
</el-select> -->
|
159
|
|
- <el-button type="primary" @click="toExport" v-if="state == 2"
|
|
159
|
+ <!-- <el-button type="primary" @click="toExport" v-if="state == 2"
|
160
|
160
|
>导出</el-button
|
161
|
|
- >
|
|
161
|
+ > -->
|
162
|
162
|
<!-- <el-button type="primary" @click="tt">调试</el-button>-->
|
163
|
163
|
<el-button type="primary" @click="dispense" v-if="state == 1"
|
164
|
164
|
>发药</el-button
|
165
|
165
|
>
|
166
|
|
- <!-- <el-button type="primary" @click="toPrint">打印</el-button> -->
|
|
166
|
+ <el-button type="primary" @click="toPrint">打印</el-button>
|
167
|
167
|
<!-- <el-button @click="tt">调试</el-button>-->
|
168
|
168
|
</div>
|
169
|
169
|
<el-divider></el-divider>
|