|
@@ -449,6 +449,16 @@ const formConfig = computed(() => {
|
|
|
return [
|
|
|
{
|
|
|
type: "title",
|
|
|
+ title: "产品",
|
|
|
+ label: "",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "slot",
|
|
|
+ prop: "orderSkuList",
|
|
|
+ slotName: "orderSkuList",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "title",
|
|
|
title: "类型",
|
|
|
label: "",
|
|
|
},
|
|
@@ -465,16 +475,6 @@ const formConfig = computed(() => {
|
|
|
label: "事业部",
|
|
|
itemWidth: 25,
|
|
|
},
|
|
|
- {
|
|
|
- type: "title",
|
|
|
- title: "产品",
|
|
|
- label: "",
|
|
|
- },
|
|
|
- {
|
|
|
- type: "slot",
|
|
|
- prop: "orderSkuList",
|
|
|
- slotName: "orderSkuList",
|
|
|
- },
|
|
|
route.query && route.query.detailId
|
|
|
? {}
|
|
|
: {
|