后端:增加获得七牛的 token 接口
This commit is contained in:
@@ -78,8 +78,8 @@ export default class ProductSkuAddOrUpdateTable extends PureComponent {
|
||||
return <SkuInputNumber {...props} />;
|
||||
}
|
||||
});
|
||||
return <Table columns={columns} dataSource={skus} rowKey="index" />;
|
||||
return <Table columns={columns} dataSource={skus} rowKey="index" pagination={false} />;
|
||||
// return <div />;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user