mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 18:39:56 +08:00
充电枪编辑功能
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user