Commit c25dd24a authored by 靳野's avatar 靳野

Merge branch 'master' into featrue-pop

parents 33e6e8ba d93233d6
...@@ -284,6 +284,7 @@ export const StaticColumns = customer => [ ...@@ -284,6 +284,7 @@ export const StaticColumns = customer => [
{ {
title: '商品自编码', title: '商品自编码',
dataIndex: 'thirdSkuNo', dataIndex: 'thirdSkuNo',
width: '200px',
editable: true, editable: true,
role: [1, 2], role: [1, 2],
inputType: 'input', inputType: 'input',
...@@ -294,6 +295,7 @@ export const StaticColumns = customer => [ ...@@ -294,6 +295,7 @@ export const StaticColumns = customer => [
title: '京东链接', title: '京东链接',
dataIndex: 'skuLink', dataIndex: 'skuLink',
editable: true, editable: true,
width: '200px',
role: [1, 2], role: [1, 2],
inputType: 'input', inputType: 'input',
roleRules: { required: false }, roleRules: { required: false },
...@@ -433,6 +435,7 @@ export const StaticColumnsPop = customer => [ ...@@ -433,6 +435,7 @@ export const StaticColumnsPop = customer => [
{ {
title: '商品自编码', title: '商品自编码',
dataIndex: 'thirdSkuNo', dataIndex: 'thirdSkuNo',
width: '200px',
editable: true, editable: true,
role: [1, 2], role: [1, 2],
inputType: 'input', inputType: 'input',
...@@ -442,6 +445,7 @@ export const StaticColumnsPop = customer => [ ...@@ -442,6 +445,7 @@ export const StaticColumnsPop = customer => [
{ {
title: '京东链接', title: '京东链接',
dataIndex: 'skuLink', dataIndex: 'skuLink',
width: '200px',
editable: true, editable: true,
role: [1, 2], role: [1, 2],
inputType: 'input', inputType: 'input',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment