|
|
@@ -114,7 +114,7 @@ import axios from 'axios'
|
|
|
import {is} from '@/utils/is'
|
|
|
|
|
|
// 导入葡萄城相关依赖
|
|
|
-import '@grapecity/spread-sheets-resources-zh'
|
|
|
+// import '@grapecity/spread-sheets-resources-zh'
|
|
|
import '@grapecity-software/spread-sheets-designer-resources-cn'
|
|
|
import '@grapecity-software/spread-sheets/styles/gc.spread.sheets.excel2013white.css'
|
|
|
import '@grapecity-software/spread-sheets-designer/styles/gc.spread.sheets.designer.min.css'
|
|
|
@@ -146,7 +146,9 @@ const props = defineProps({
|
|
|
newAmount: {
|
|
|
type: Number,
|
|
|
},
|
|
|
- feeCalculateJson,
|
|
|
+ feeCalculateJson:{
|
|
|
+ type:Object
|
|
|
+ },
|
|
|
})
|
|
|
|
|
|
const emit = defineEmits(['update:modelValue', 'refresh', 'save'])
|