新增:产品管理模块

This commit is contained in:
2024-09-27 21:08:57 +08:00
parent 5e56c31300
commit 7a180ee5a7
89 changed files with 2925 additions and 11756 deletions

View File

@@ -8,6 +8,7 @@
:columns="columns"
:datasource="datasource"
:customRow="customRow"
v-model:selection="selection"
:scroll="{ x: 1200 }"
tool-class="ele-toolbar-form"
class="sys-org-table"
@@ -140,7 +141,7 @@
// 表格列配置
const columns = ref<ColumnItem[]>([
{
title: '商品ID',
title: '22商品ID',
dataIndex: 'goodsId',
key: 'goodsId',
align: 'center',