Commit ee6404ae by wusiyi

feat:添加配货区id字段展示 #1009701

parent 3bb3ab07
...@@ -121,6 +121,13 @@ const columns: CustomColumn<SortingList>[] = [ ...@@ -121,6 +121,13 @@ const columns: CustomColumn<SortingList>[] = [
align: 'center', align: 'center',
}, },
{ {
key: 'id',
prop: 'id',
label: 'ID',
width: 80,
align: 'center',
},
{
key: 'conditionsText', key: 'conditionsText',
prop: 'conditionsText', prop: 'conditionsText',
label: '配货规则', label: '配货规则',
......
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