|
@@ -155,7 +155,11 @@ const props = defineProps({
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
const emit = defineEmits(['update:modelValue', 'refresh', 'save'])
|
|
const emit = defineEmits(['update:modelValue', 'refresh', 'save'])
|
|
|
-
|
|
|
|
|
|
|
+const designerKey = import.meta.env.VITE_SPREADJS_DESIGNER_KEY
|
|
|
|
|
+const licenseKey = import.meta.env.VITE_SPREADJS_LICENSE_KEY
|
|
|
|
|
+GC.Spread.Sheets.Designer.LicenseKey = designerKey
|
|
|
|
|
+//同时对SpreadJS与ExcelIO进行授权
|
|
|
|
|
+GC.Spread.Sheets.LicenseKey = licenseKey
|
|
|
const loading = ref(true)
|
|
const loading = ref(true)
|
|
|
const enterFormRef = ref(null)
|
|
const enterFormRef = ref(null)
|
|
|
const outputFormRef = ref(null)
|
|
const outputFormRef = ref(null)
|