Browse Source

fix: sms log

main
xingyuv 2 years ago
parent
commit
9fbd37241a
  1. 2
      src/views/system/sms/log/smsLog.data.ts

2
src/views/system/sms/log/smsLog.data.ts

@ -1,5 +1,5 @@
import { getSimpleSmsChannels } from '@/api/system/sms/smsChannel' import { getSimpleSmsChannels } from '@/api/system/sms/smsChannel'
import { getIntDictOptions } from '../../../utils/dict' import { getIntDictOptions } from '@/utils/dict'
import { BasicColumn, FormSchema, useRender } from '@/components/Table' import { BasicColumn, FormSchema, useRender } from '@/components/Table'
import { DICT_TYPE } from '@/utils/dict' import { DICT_TYPE } from '@/utils/dict'