This commit is contained in:
lb
2023-03-21 16:48:34 +08:00
parent d0db2a67f6
commit c9bc75560e
2 changed files with 8 additions and 0 deletions

View File

@@ -47,6 +47,13 @@ export default function () {
permission: "pms:product:save",
},
},
{
button: {
type: "plain",
name: "导入",
permission: "",
},
},
];
const dictList = JSON.parse(localStorage.getItem("dictList") || {});