Commit c25dd24a authored by 靳野's avatar 靳野

Merge branch 'master' into featrue-pop

parents 33e6e8ba d93233d6
......@@ -284,6 +284,7 @@ export const StaticColumns = customer => [
{
title: '商品自编码',
dataIndex: 'thirdSkuNo',
width: '200px',
editable: true,
role: [1, 2],
inputType: 'input',
......@@ -294,6 +295,7 @@ export const StaticColumns = customer => [
title: '京东链接',
dataIndex: 'skuLink',
editable: true,
width: '200px',
role: [1, 2],
inputType: 'input',
roleRules: { required: false },
......@@ -433,6 +435,7 @@ export const StaticColumnsPop = customer => [
{
title: '商品自编码',
dataIndex: 'thirdSkuNo',
width: '200px',
editable: true,
role: [1, 2],
inputType: 'input',
......@@ -442,6 +445,7 @@ export const StaticColumnsPop = customer => [
{
title: '京东链接',
dataIndex: 'skuLink',
width: '200px',
editable: true,
role: [1, 2],
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