Merge branch 'multi-store' of https://e.coding.net/g-cphe0354/cashier/cashier-web into multi-store

This commit is contained in:
wwz
2025-04-12 11:01:21 +08:00
25 changed files with 283 additions and 111 deletions

View File

@@ -28,7 +28,20 @@ const contentConfig: IContentConfig = {
indexActionData: {},
pk: "id",
toolbar: [
"add",
{
icon: "plus",
text: "新增",
type: "primary",
name: "add",
auth: "import",
},
{
icon: "refresh",
text: "同步",
type: "danger",
name: "sync",
auth: "import",
},
{
text: "入库",
name: "ruku",