fix:增加收银中心,供应商账单,分店管理修改

This commit is contained in:
GaoHao
2025-04-03 14:29:25 +08:00
parent 11b297baa5
commit 164dd52afa
10 changed files with 537 additions and 960 deletions

View File

@@ -59,13 +59,6 @@ const contentConfig: IContentConfig<UserPageQuery> = {
pk: "id",
toolbar: [
"add",
{
icon: "edit",
text: "库存预警",
type: "info",
name: "custom1",
auth: "import",
},
{
icon: "refresh",
text: "同步",
@@ -73,6 +66,14 @@ const contentConfig: IContentConfig<UserPageQuery> = {
name: "custom2",
auth: "import",
},
{
icon: "edit",
text: "库存预警",
type: "info",
name: "custom1",
auth: "import",
},
],
cols: [
// { type: "selection", width: 50, align: "center" },