YY 2 년 전
부모
커밋
63207ccbce
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      src/views/selfShop/order/detail_order.vue
  2. 5 5
      src/views/selfShop/order/detail_orderDetail.vue

+ 1 - 1
src/views/selfShop/order/detail_order.vue

@@ -38,7 +38,7 @@
               </el-col>
               <el-col :span="24">
                 <el-col :span="6">订单备注</el-col>
-                <el-col :span="18" class="other" v-if="item.goods.remarks">{{ item.goods.remarks }}</el-col>
+                <el-col :span="18" class="other" v-if="item.remarks">{{ item.remarks }}</el-col>
                 <el-col :span="18" class="other" v-else>暂无备注</el-col>
               </el-col>
             </el-col>

+ 5 - 5
src/views/selfShop/order/detail_orderDetail.vue

@@ -35,11 +35,11 @@
               <el-col :span="18" class="other" v-if="!item.freight_total == '0'">{{ item.freight_total }}</el-col>
               <el-col :span="18" class="other" v-else>包邮</el-col>
             </el-col>
-            <el-col :span="24">
-              <el-col :span="6">订单备注</el-col>
-              <el-col :span="18" class="other" v-if="item.goods.remarks">{{ item.goods.remarks }}</el-col>
-              <el-col :span="18" class="other" v-else>暂无备注</el-col>
-            </el-col>
+          </el-col>
+          <el-col :span="24">
+            <el-col :span="6">订单备注</el-col>
+            <el-col :span="18" class="other" v-if="info.remarks">{{ info.remarks }}</el-col>
+            <el-col :span="18" class="other" v-else>暂无备注</el-col>
           </el-col>
           <el-col :span="24">
             <el-col :span="6">配送方式</el-col>