|
|
@@ -36,7 +36,8 @@
|
|
|
<el-table-column align="left" label="单号类型" prop="单号类型" width="90"/>
|
|
|
<el-table-column align="left" label="入库总数" prop="总数" width="110"/>
|
|
|
<el-table-column align="left" label="入库人员" prop="操作机台" width="110"/>
|
|
|
- <el-table-column align="left" label="入库日期" prop="日期" width="160"/>
|
|
|
+ <el-table-column align="left" label="入库日期" prop="日期" width="120"/>
|
|
|
+ <el-table-column align="left" label="创建日期" prop="创建日期" width="160"/>
|
|
|
|
|
|
<el-table-column fixed="right" label="操作" width="130">
|
|
|
<template #default="{ row, $index }">
|