Commit 584c53a5 by qinjianhui

fix: 问题修改

parent 21e76b01
......@@ -686,7 +686,7 @@ const handleSubmitAudit = async () => {
}
const handleDeleteOrder = async () => {
if (selection.value.length !== 1) {
return ElMessage.warning('请选择一条数据')
return ElMessage.warning('不支持批量取消!')
}
try {
await ElMessageBox.confirm('确定删除选中的订单?', '提示', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment