fix: 修复优惠券商品的时间

This commit is contained in:
zhangds 2022-09-30 14:34:59 +08:00
parent 4754ba441d
commit fb1a35b82c
1 changed files with 2 additions and 2 deletions

View File

@ -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",
}, },