适配
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<script setup>
|
||||
|
||||
import { Check, Loading } from '@element-plus/icons-vue'
|
||||
import { Check } from '@element-plus/icons-vue'
|
||||
|
||||
const route = useRoute()
|
||||
const scene = ref('auth') // auth: 企业认证, sign: 合同签署
|
||||
|
||||
@@ -37,10 +37,8 @@
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
CheckIcon,
|
||||
DocumentTextIcon
|
||||
DocumentTextIcon
|
||||
} from '@heroicons/vue/24/outline'
|
||||
import { ElMessage } from 'element-plus'
|
||||
|
||||
defineProps({
|
||||
companyName: {
|
||||
|
||||
Reference in New Issue
Block a user