zhangdan 4 年之前
父節點
當前提交
d3687a1930
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/recoveryManage/shopSet/addShop.vue

+ 1 - 1
src/views/recoveryManage/shopSet/addShop.vue

@@ -19,7 +19,7 @@
             'formData.riderId',
             { initialValue: formData.riderId}
           ]" :showSearch="true" option-filter-prop="children" :filter-option="filterOption">
-          <a-select-option v-for="item in lableData" :key="item.userId" :value="item.userId">{{ item.userName }}
+          <a-select-option v-for="item in lableData" :key="item.userId" :value="item.userId">{{ item.userName+'-'}}{{item.userMobile}}
           </a-select-option>
         </a-select>
       </a-form-item>