给单据增加颜色字段的展示
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
props: {
|
||||
modalWidth: {
|
||||
type: Number,
|
||||
default: 1200,
|
||||
default: 1300,
|
||||
required: false
|
||||
},
|
||||
value: {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
props: {
|
||||
modalWidth: {
|
||||
type: Number,
|
||||
default: 1200,
|
||||
default: 1300,
|
||||
required: false
|
||||
},
|
||||
value: {
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
{dataIndex: 'categoryName', title: '类别', width: 80},
|
||||
{dataIndex: 'standard', title: '规格', width: 80},
|
||||
{dataIndex: 'model', title: '型号', width: 80},
|
||||
{dataIndex: 'color', title: '颜色', width: 80},
|
||||
{dataIndex: 'unit', title: '单位', width: 60},
|
||||
{dataIndex: 'sku', title: '多属性', width: 80},
|
||||
{dataIndex: 'stock', title: '库存', width: 60},
|
||||
|
||||
Reference in New Issue
Block a user