Commit e23bd161 authored by TZW's avatar TZW

111

parent 7fac4c55
...@@ -20,6 +20,13 @@ function Expandables({ value, onChange, item }) { ...@@ -20,6 +20,13 @@ function Expandables({ value, onChange, item }) {
tableAlertRender={false} tableAlertRender={false}
tableAlertOptionRender={false} tableAlertOptionRender={false}
columns={[ columns={[
{
title: '线边库',
dataIndex: 'stockName',
search: false,
key: 'stockName',
editable: false,
},
{ {
title: '供应商编号', title: '供应商编号',
dataIndex: 'supplierNo', dataIndex: 'supplierNo',
......
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