add 料仓料位图

This commit is contained in:
lb
2023-02-28 11:28:52 +08:00
parent 31f1f8f3c1
commit 47e922422a
3 changed files with 215 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ export default {
switch (type) {
case "delete": {
// 确认是否删除
return this.$confirm(`确定要删除 "${data.name}" 吗?`, "提示", {
return this.$confirm(`确定要删除记录 "${data.name ?? data.id}" 吗?`, "提示", {
confirmButtonText: "确认",
cancelButtonText: "我再想想",
type: "warning",