You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the product information list page, there is a button for batch editing. It will open a modal, but once the modal clicks confirm, it will batch modify the selected data
Note: As this is a batch operation, the best suggestion is to perform a second confirmation when the user clicks the confirmation button
For example, prompt if you have selected 10 pieces of data, would you like to batch modify them.
On the product information list page, there is a button for batch editing. It will open a
modal
, but once themodal
clicks confirm, it will batch modify the selected dataNote: As this is a batch operation, the best suggestion is to perform a second confirmation when the user clicks the confirmation button
For example, prompt if you have selected 10 pieces of data, would you like to batch modify them.
Currently, it is recommended to use antd popconfirm component
The text was updated successfully, but these errors were encountered: