|
@@ -14,9 +14,9 @@
|
14
|
14
|
format="yyyy-MM-dd"
|
15
|
15
|
value-format="yyyy-MM-dd"
|
16
|
16
|
placeholder="选择日期时间" align="right"></el-date-picker>
|
17
|
|
-<!-- <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(1)">处方筏批量打印</el-button>-->
|
18
|
|
-<!-- <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(2)">治疗单批量打印</el-button>-->
|
19
|
|
-<!-- <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(3)">检验单批量打印</el-button>-->
|
|
17
|
+ <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(1)">处方筏批量打印</el-button>
|
|
18
|
+ <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(2)">治疗单批量打印</el-button>
|
|
19
|
+ <el-button size="small" style="margin:0 10px;" class="filter-item" type="primary" @click="batchPrint(3)">检验单批量打印</el-button>
|
20
|
20
|
</div>
|
21
|
21
|
<el-table :data="tableData" border ref="table" style="width: 100%;" :row-style="{ color: '#303133' }" @selection-change="handleSelectionChange"
|
22
|
22
|
:header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
|