outaozhen hace 5 años
padre
commit
70fd540127
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/PopContent/Locks/LockTabList.jsx

+ 1 - 0
src/components/PopContent/Locks/LockTabList.jsx

@@ -1,6 +1,7 @@
 import React, { useState } from 'react'
 import { Row, Col, List, Tabs, 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 LockUpgrade from './LockUpgrade'