修改显示

main
suixy 2 months ago
parent 823ed0d964
commit f8c83b9752

@ -376,7 +376,7 @@ const RIGHT = defineComponent({
/> />
<ElButton type="primary" onClick={() => getPoint(k)} <ElButton type="primary" onClick={() => getPoint(k)}
style={{marginLeft: "20px"}}>获取</ElButton> style={{marginLeft: "20px"}}>获取</ElButton>
<ElButton type="danger" onClick={() => DeleteCData({id:i.id})} <ElButton type="danger" onClick={() => DeleteCData({id:parseFloat(i.id)})}
style={{marginLeft: "20px"}}>删除</ElButton> style={{marginLeft: "20px"}}>删除</ElButton>
</div> </div>
))} ))}

Loading…
Cancel
Save