Explorar el Código

fix: defineOptions name

xingyu4j hace 1 año
padre
commit
cb75527847
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/crm/customer/CustomerImportForm.vue

+ 1 - 1
src/views/crm/customer/CustomerImportForm.vue

@@ -56,7 +56,7 @@ import type { UploadUserFile } from 'element-plus'
 import * as UserApi from '@/api/system/user'
 import { useUserStore } from '@/store/modules/user'
 
-defineOptions({ name: 'SystemUserImportForm' })
+defineOptions({ name: 'CrmCustomerImportForm' })
 
 const message = useMessage() // 消息弹窗