|
@@ -409,9 +409,17 @@ const formConfig = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
type: "select",
|
|
|
- label: "电商平台",
|
|
|
- prop: "commercePlatform",
|
|
|
- data: proxy.useUserStore().allDict["commerce_platform"],
|
|
|
+ label: "店铺来源",
|
|
|
+ prop: "sourcePlatform",
|
|
|
+ data: proxy.useUserStore().allDict["source_platform"],
|
|
|
+ itemWidth: 25,
|
|
|
+ clearable: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "select",
|
|
|
+ label: "店铺名称",
|
|
|
+ prop: "shopName",
|
|
|
+ data: proxy.useUserStore().allDict["shop_name"],
|
|
|
itemWidth: 25,
|
|
|
clearable: true,
|
|
|
},
|