|
|
@@ -130,7 +130,7 @@
|
|
|
<el-table :data="wuliaoList" border style="width: 100%">
|
|
|
<el-table-column label="物料名称" prop="materialDataName" align="center" />
|
|
|
<el-table-column label="发放时间" prop="issuerTime" align="center" />
|
|
|
- <el-table-column label="发放数量" prop="inventoryNum" width="60" align="center" />
|
|
|
+ <el-table-column label="数量" prop="inventoryNum" width="60" align="center" />
|
|
|
</el-table>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
@@ -930,8 +930,17 @@ export default {
|
|
|
align-items: center;
|
|
|
background: rgba(0, 0, 0, 0.5) !important;
|
|
|
.wuliaoTable {
|
|
|
+ overflow: hidden;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: 70%;
|
|
|
+ .el-dialog__header {
|
|
|
+ height: 40px;
|
|
|
+ }
|
|
|
.el-dialog__body {
|
|
|
padding: 30px 20px !important;
|
|
|
+ overflow-y: auto;
|
|
|
+ flex: 1;
|
|
|
}
|
|
|
.cell {
|
|
|
font-size: 12px;
|