Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
merchant-manage-ui
Commits
593d1693
Commit
593d1693
authored
May 27, 2025
by
靳野
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:完成商品编码和连接的长度设置
parent
57cf31c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
config.js
src/pages/ServiceGoods/config.js
+4
-0
No files found.
src/pages/ServiceGoods/config.js
View file @
593d1693
...
@@ -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
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment