给单据增加颜色字段的展示

This commit is contained in:
季圣华
2021-10-11 23:57:57 +08:00
parent 60cefec95e
commit d2226876fa
18 changed files with 70 additions and 63 deletions

View File

@@ -23,7 +23,7 @@
props: {
modalWidth: {
type: Number,
default: 1200,
default: 1300,
required: false
},
value: {

View File

@@ -19,7 +19,7 @@
props: {
modalWidth: {
type: Number,
default: 1200,
default: 1300,
required: false
},
value: {

View File

@@ -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},