|
@@ -190,7 +190,6 @@
|
|
|
</el-table>
|
|
|
</template>
|
|
|
<script lang="ts" setup>
|
|
|
-defineOptions({ name: 'SkuList' })
|
|
|
import { PropType, Ref } from 'vue'
|
|
|
import { copyValueToTarget } from '@/utils'
|
|
|
import { propTypes } from '@/utils/propTypes'
|
|
@@ -198,6 +197,8 @@ import { UploadImg } from '@/components/UploadFile'
|
|
|
import type { Property, Sku, Spu } from '@/api/mall/product/spu'
|
|
|
import { createImageViewer } from '@/components/ImageViewer'
|
|
|
|
|
|
+defineOptions({ name: 'SkuList' })
|
|
|
+
|
|
|
const props = defineProps({
|
|
|
propFormData: {
|
|
|
type: Object as PropType<Spu>,
|