Browse Source

提交

dev
gwbvipvip 1 year ago
parent
commit
d32876920e
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      src/pages/goods/newgoods/index.jsx

+ 9
- 3
src/pages/goods/newgoods/index.jsx View File

@@ -239,10 +239,16 @@ const GoodsManage = () => {
},

},
// {
// title: '创建时间',
// dataIndex: 'createAt',
// valueType: 'date',
// },
{
title: '创建时间',
dataIndex: 'createAt',
valueType: 'date',
title: '备注',
dataIndex: 'remark',
ellipsis: true,
tip: '标题过长会自动收缩',
},
{
title: '操作',


Loading…
Cancel
Save