luxiaotao1123
2024-03-28 71a2c3d3df0c9d430431baaae9d3042882255d44
zy-asrs-flow/src/pages/device/shuttle/index.jsx
@@ -170,7 +170,7 @@
                        {
                            key: '8',
                            label: '充电状态',
                            children: 'N',
                            children: item.hasCharge ? 'Y' : 'N',
                        },
                        {
                            key: '9',
@@ -187,6 +187,11 @@
                            label: '运行方向',
                            children: item.runDirection,
                        },
                        {
                            key: '12',
                            label: '是否有托盘',
                            children: item.hasPallet ? 'Y' : 'N',
                        },
                    ];
                    return <div key={item.id} style={{ width: '45%' }}>
                        <Descriptions size="small" title={tmpTitle} bordered items={tmpData} />