outaozhen 5 anni fa
parent
commit
70fd540127
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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'