فهرست منبع

fix: 服务商详情值修改

lirenjie 4 ماه پیش
والد
کامیت
e86438f648

+ 6 - 6
src/views/market-manage/service-provider-manage/service-provider-detail/components/basic-info/index.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="basic-info">
         <bs-contents-wrapper>
-            <bs-descriptions :items="activityInfoDescriptionItems" title="活动信息">
+            <bs-descriptions :items="activityInfoDescriptionItems" title="服务商信息">
                 <!-- <template #name1_label_slot>
               <span style="color: red">label插槽</span>
             </template>
@@ -25,26 +25,26 @@ console.log(basicInfo);
 const activityInfoDescriptionItems = ref([
     {
         label: '服务商类型',
-        value: useBsDict.getLabelByValue('BLINK_PROVIDER_TYPE',basicInfo.data['providerType']),
+        value: basicInfo.data['providerType'][0].valueName,
         extraProps: {
             span: 2
         },
     },
     {
         label: '区域类型',
-        // value: basicInfo.data['activityType'][0].valueName,
+        value: basicInfo.data['countryRegion']?? '',
         extraProps: {},
     },
     {
         label: '企业名称',
-        value: basicInfo.data[''],
+        value: basicInfo.data['providerName'],
         extraProps: {
           span: 3
         },
     },
     {
         label: '所在地区',
-        value: basicInfo.data['address'],
+        value: basicInfo.data[''],
         extraProps: {},
     },
     {
@@ -54,7 +54,7 @@ const activityInfoDescriptionItems = ref([
     },
     {
         label: '详细地址',
-        value: basicInfo.data['activityDate'],
+        value: basicInfo.data['address'],
         extraProps: {},
     },
     {