|
|
|
@ -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>
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
|