outaozhen 5 年之前
父節點
當前提交
4153f02eda

+ 1 - 1
src/pages/Product/Lock/Lockstore/components/LocksDetail/LockForm.jsx

@@ -1,6 +1,6 @@
 import React, { useEffect } from 'react'
 import { Row, Col, Divider } from 'antd'
-import { ProductLabel } from '@/pages/Product/lock/Lockstore'
+import { ProductLabel } from '@/pages/Product/Lock/Lockstore'
 
 // import EditableForm from '@/components/EditableForm'
 

+ 1 - 1
src/pages/Product/Lock/Lockstore/components/LocksDetail/LockTabList.jsx

@@ -3,7 +3,7 @@ import { Row, Col, List, Tabs, message, Button } from 'antd'
 import { dayjsFormat } from '@/utils/utils'
 import consts from '@/consts'
 import { apiSoftwareAddLonglelog } from '@/services/lock'
-import { ProductLabel } from '@/pages/Product/lock/Lockstore'
+import { ProductLabel } from '@/pages/Product/Lock/Lockstore'
 import LockModal from './LockModal'
 import { lockTypeEnum } from './LockModal'
 import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'

+ 2 - 2
src/pages/Product/Lock/Lockstore/components/LocksDetail/index.jsx

@@ -3,8 +3,8 @@ import { Row, Col } from 'antd'
 import consts from '@/consts'
 import { apiSoftwareDetail } from '@/services/lock'
 import LockForm from '@/pages/Product/lock/Lockstore/components/LocksDetail/LockForm.jsx'
-import LockLowerList from '@/pages/Product/lock/Lockstore/components/LocksDetail/LockLowerList'
-import LockTabList from '@/pages/Product/lock/Lockstore/components/LocksDetail/LockTabList'
+import LockLowerList from '@/pages/Product/Lock/Lockstore/components/LocksDetail/LockLowerList'
+import LockTabList from '@/pages/Product/Lock/Lockstore/components/LocksDetail/LockTabList'
 import { connect } from 'dva'
 
 const Index = props => {