充电枪编辑功能

This commit is contained in:
三丙
2025-09-09 18:25:55 +08:00
parent 74fec1e044
commit 7a78c8a62a
11 changed files with 239 additions and 79 deletions

View File

@@ -299,9 +299,6 @@ const PileManagement: React.FC = () => {
<Button type="link" size="small" onClick={() => handleEdit(record)} style={{ padding: '0 4px' }}>
</Button>
<Button type="link" size="small" onClick={() => handleView(record)} style={{ padding: '0 4px' }}>
</Button>
<Popconfirm
title="确认删除充电桩"
description={
@@ -597,11 +594,6 @@ const PileManagement: React.FC = () => {
setModalVisible(true);
};
// 查看充电桩详情
const handleView = (record: Pile) => {
console.log('查看充电桩详情:', record);
showMessage.info('查看功能暂未实现,请查看控制台日志');
};
// 生成充电桩编码
const handleGeneratePileCode = () => {