| | |
| | | <ProductStructureMain/> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <!--导入文件公共弹窗--> |
| | | <ImportFileModal/> |
| | | </a-card> |
| | | </template> |
| | | |
| | | <script> |
| | | import ProductStructureTree from '../common/ProductStructureTree' |
| | | import ProductStructureTree from './modules/ProductStructure/ProductStructureTree' |
| | | import ProductStructureMain from './modules/ProductStructure/ProductStructureMain' |
| | | import ImportFileModal from '../common/ImportFileModal' |
| | | |
| | | export default { |
| | | name: 'ProductStructure', |
| | | components: { |
| | | ProductStructureTree, |
| | | ProductStructureMain |
| | | ProductStructureMain, |
| | | ImportFileModal |
| | | }, |
| | | data() { |
| | | return {} |