Commit d4c169fb authored by 田翔's avatar 田翔

fix: 取值修改

parent 3736464f
Pipeline #88721 passed with stages
......@@ -38,14 +38,14 @@ const QRCodeDesign = (props, ref) => {
},
{
title: '设备名称',
dataIndex: 'CorporateName',
key: 'CorporateName',
dataIndex: 'DeviceName',
key: 'DeviceName',
align: 'center',
},
{
title: '设备编号',
dataIndex: 'DeviceCode',
key: 'DeviceCode',
dataIndex: 'DeviceCodeAlias',
key: 'DeviceCodeAlias',
align: 'center',
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment