mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	合并 master 代码的冲突
This commit is contained in:
		@@ -27,13 +27,15 @@
 | 
			
		||||
  </Descriptions>
 | 
			
		||||
</template>
 | 
			
		||||
<script lang="ts" setup>
 | 
			
		||||
defineOptions({ name: 'DescriptionForm' })
 | 
			
		||||
import type { Spu } from '@/api/mall/product/spu'
 | 
			
		||||
import { Editor } from '@/components/Editor'
 | 
			
		||||
import { PropType } from 'vue'
 | 
			
		||||
import { propTypes } from '@/utils/propTypes'
 | 
			
		||||
import { copyValueToTarget } from '@/utils'
 | 
			
		||||
import { descriptionSchema } from './spu.data'
 | 
			
		||||
 | 
			
		||||
defineOptions({ name: 'DescriptionForm' })
 | 
			
		||||
 | 
			
		||||
const message = useMessage() // 消息弹窗
 | 
			
		||||
 | 
			
		||||
const { allSchemas } = useCrudSchemas(descriptionSchema)
 | 
			
		||||
 
 | 
			
		||||
@@ -84,17 +84,18 @@
 | 
			
		||||
  </Descriptions>
 | 
			
		||||
</template>
 | 
			
		||||
<script lang="ts" setup>
 | 
			
		||||
defineOptions({ name: 'OtherSettingsForm' })
 | 
			
		||||
import type { Spu } from '@/api/mall/product/spu'
 | 
			
		||||
import { PropType } from 'vue'
 | 
			
		||||
import { propTypes } from '@/utils/propTypes'
 | 
			
		||||
import { copyValueToTarget } from '@/utils'
 | 
			
		||||
import { otherSettingsSchema } from './spu.data'
 | 
			
		||||
 | 
			
		||||
const { allSchemas } = useCrudSchemas(otherSettingsSchema)
 | 
			
		||||
defineOptions({ name: 'OtherSettingsForm' })
 | 
			
		||||
 | 
			
		||||
const message = useMessage() // 消息弹窗
 | 
			
		||||
 | 
			
		||||
const { allSchemas } = useCrudSchemas(otherSettingsSchema)
 | 
			
		||||
 | 
			
		||||
const props = defineProps({
 | 
			
		||||
  propFormData: {
 | 
			
		||||
    type: Object as PropType<Spu>,
 | 
			
		||||
 
 | 
			
		||||
@@ -18,8 +18,10 @@
 | 
			
		||||
  </Dialog>
 | 
			
		||||
</template>
 | 
			
		||||
<script lang="ts" setup>
 | 
			
		||||
defineOptions({ name: 'ProductPropertyForm' })
 | 
			
		||||
import * as PropertyApi from '@/api/mall/product/property'
 | 
			
		||||
 | 
			
		||||
defineOptions({ name: 'ProductPropertyForm' })
 | 
			
		||||
 | 
			
		||||
const { t } = useI18n() // 国际化
 | 
			
		||||
const message = useMessage() // 消息弹窗
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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>,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user