gwbvipvip hace 1 año
padre
commit
d32876920e
Se han modificado 1 ficheros con 9 adiciones y 3 borrados
  1. +9
    -3
      src/pages/goods/newgoods/index.jsx

+ 9
- 3
src/pages/goods/newgoods/index.jsx Ver fichero

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

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


Cargando…
Cancelar
Guardar