zhaoy 7 months ago
parent
commit
13c8e2d753
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/pages/device/productmanage/index.jsx

+ 6
- 0
src/pages/device/productmanage/index.jsx View File

@@ -211,6 +211,12 @@ const bomtechnology = (props) => {
// search: true,
// valueEnum:DeviceVesionEnum
// },
{
title: '描述',
dataIndex: 'description',
valueType: 'textarea',
hideInSearch: true,
},
{
title: '创建时间',
dataIndex: 'createAt',


Loading…
Cancel
Save