fix: 修复优惠券商品的时间
This commit is contained in:
parent
4754ba441d
commit
fb1a35b82c
|
@ -72,8 +72,8 @@ const tableColumn = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "创建时间",
|
title: "创建时间",
|
||||||
name: "createDate",
|
name: "create_time",
|
||||||
prop: "createDate",
|
prop: "create_time",
|
||||||
type: "normal",
|
type: "normal",
|
||||||
width: "auto",
|
width: "auto",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue