Commit d4c169fb authored by 田翔's avatar 田翔

fix: 取值修改

parent 3736464f
Pipeline #88721 passed with stages
...@@ -38,14 +38,14 @@ const QRCodeDesign = (props, ref) => { ...@@ -38,14 +38,14 @@ const QRCodeDesign = (props, ref) => {
}, },
{ {
title: '设备名称', title: '设备名称',
dataIndex: 'CorporateName', dataIndex: 'DeviceName',
key: 'CorporateName', key: 'DeviceName',
align: 'center', align: 'center',
}, },
{ {
title: '设备编号', title: '设备编号',
dataIndex: 'DeviceCode', dataIndex: 'DeviceCodeAlias',
key: 'DeviceCode', key: 'DeviceCodeAlias',
align: 'center', 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