diff --git a/src/pages/goods/newgoods/index.jsx b/src/pages/goods/newgoods/index.jsx index 284bb7d..28e0b3a 100644 --- a/src/pages/goods/newgoods/index.jsx +++ b/src/pages/goods/newgoods/index.jsx @@ -239,10 +239,16 @@ const GoodsManage = () => { }, }, + // { + // title: '创建时间', + // dataIndex: 'createAt', + // valueType: 'date', + // }, { - title: '创建时间', - dataIndex: 'createAt', - valueType: 'date', + title: '备注', + dataIndex: 'remark', + ellipsis: true, + tip: '标题过长会自动收缩', }, { title: '操作',