input框点击获得焦距触发事件
https://2x.antdv.com/components/input-number-cn/#InputNumber-
@focus 焦距的时候触发函数
<!-
<a-input-number
style="width: 63px"
:min="1"
:max="100000"
placeholder="请输入0-9的6位数编码"
:default-value="3"
@focus="focus(record.id)"
/>
https://2x.antdv.com/components/input-number-cn/#InputNumber-
@focus 焦距的时候触发函数
<!-
<a-input-number
style="width: 63px"
:min="1"
:max="100000"
placeholder="请输入0-9的6位数编码"
:default-value="3"
@focus="focus(record.id)"
/>