|
@@ -235,7 +235,7 @@ const config = computed(() => {
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "出库时间",
|
|
|
- prop: "createTime",
|
|
|
+ prop: "inOutStorageTime",
|
|
|
width: 160,
|
|
|
align: "center",
|
|
|
},
|
|
@@ -331,7 +331,7 @@ const configTwo = computed(() => {
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "出库时间",
|
|
|
- prop: "createTime",
|
|
|
+ prop: "inOutStorageTime",
|
|
|
width: 160,
|
|
|
align: "center",
|
|
|
},
|