feat: 内容管理
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
import { Typography } from 'antd';
|
import { Typography } from 'antd';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import DraggableTagList from '@/components/Draggable/DraggableTagList';
|
import DraggableTagList from '@/components/Draggable/DraggableTagList';
|
||||||
|
import { SkuConfig } from '@/services/prod/prod-manager';
|
||||||
|
|
||||||
const { Title, Text } = Typography;
|
const { Title, Text } = Typography;
|
||||||
const SkuConfig: React.FC<{
|
const SkuProps: React.FC<{
|
||||||
value?: API.ProdPropSaveReqVO;
|
value?: SkuConfig;
|
||||||
onChange?: (value: API.ProdPropSaveReqVO) => void;
|
onChange?: (value: SkuConfig) => void;
|
||||||
}> = () => {
|
}> = (_props) => {
|
||||||
// const { value, onChange } = props;
|
// const { value, onChange } = props;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user