吴sir 4 сар өмнө
parent
commit
afbae5155a

+ 2 - 2
src/views/tariffManagement/index.vue

@@ -86,8 +86,8 @@
         <template v-if="formState.source">
           <a-form-item :label="$t('tariffManagement.simDataPlanId')" field="simDataPlanId">
             <a-select v-model="formState.simDataPlanId">
-              <a-option v-for=" item in planList" :key="item.superior_id" :value="item.id"> 流量包{{
-                  item.id
+              <a-option v-for=" (item,index) in planList" :key="item.superior_id" :value="item.id"> 流量包{{
+                  item.productName
                 }}
               </a-option>
             </a-select>