Explorar o código

订单的手机类型修改

JXDS18FUJT %!s(int64=2) %!d(string=hai) anos
pai
achega
a887234699
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>