Browse Source

订单的手机类型修改

JXDS18FUJT 2 năm trước cách đây
mục cha
commit
a887234699
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/mobile/order/index.vue

+ 1 - 1
src/views/mobile/order/index.vue

@@ -172,7 +172,7 @@
       <el-table-column label="手机类型" align="center" prop="goodsName">
         <template slot-scope="scope">
           <span v-if="scope.row.phoneType == 1">苹果</span>
-          <span v-if="scope.row.phoneType == 2">安卓</span>
+          <span v-else-if="scope.row.phoneType == 2">安卓</span>
           <span v-else>其他</span>
         </template>
       </el-table-column>