|
@@ -18,7 +18,7 @@
|
18
|
18
|
v-model="start_time"
|
19
|
19
|
prefix-icon="el-icon-date"
|
20
|
20
|
:editable="false"
|
21
|
|
- style="width: 196px;margin-right:10px;"
|
|
21
|
+ style="width: 160px;margin-right:10px;"
|
22
|
22
|
type="date"
|
23
|
23
|
placeholder="选择日期时间"
|
24
|
24
|
align="right"
|
|
@@ -54,9 +54,9 @@
|
54
|
54
|
<div style="display:flex;justify-content: space-between;align-items: center;">
|
55
|
55
|
<div class="tablesTitle">自备药列表</div>
|
56
|
56
|
<div>
|
57
|
|
- <el-button type="primary" @click="openForm(1)">添加</el-button>
|
58
|
|
- <el-button type="primary" @click="openForm(2)">入库</el-button>
|
59
|
|
- <el-button type="primary" @click="openForm(3)">出库</el-button>
|
|
57
|
+ <el-button type="primary" size="mini" @click="openForm(1)">添加</el-button>
|
|
58
|
+ <el-button type="primary" size="mini" @click="openForm(2)">入库</el-button>
|
|
59
|
+ <el-button type="primary" size="mini" @click="openForm(3)">出库</el-button>
|
60
|
60
|
</div>
|
61
|
61
|
</div>
|
62
|
62
|
<el-table :data="tableData" border style="width: 100%;" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
|